[PATCH] D30564: [clang-tidy] Format code around applied fixes
Malcolm Parsons via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 3 01:42:22 PST 2017
malcolm.parsons 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 --
+
----------------
Will clang-tidy look for a .clang-format file?
Does this test rely on a .clang-format file being found / not found?
https://reviews.llvm.org/D30564
More information about the cfe-commits
mailing list