ioeric added inline comments.
================ Comment at: test/clang-tidy/readability-braces-around-statements-format.cpp:1 +// RUN: %check_clang_tidy %s readability-braces-around-statements %t -- -format -- + ---------------- alexfh wrote: > malcolm.parsons wrote: > > Will clang-tidy look for a .clang-format file? > > Does this test rely on a .clang-format file being found / not found? > Good question. No idea ;) Lemme check... Yes, it will look for .clang-format file in the working directory and its parents. If there happens to be a .clang-format with different style, the test might fail. We might want to explicitly set the style or add a .clang-format file in the test directory. https://reviews.llvm.org/D30564 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits