[PATCH] D43538: [clang-tidy] Update run-clang-tidy.py with config arg

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 05:19:29 PST 2018


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Aside from a nit with the help text, this LGTM.



================
Comment at: clang-tidy/tool/run-clang-tidy.py:188-189
+                      '                                       value: y}]}"'
+                      'When the value is empty, clang-tidy will'
+                      'attempt to find a file named .clang-tidy for'
+                      'each source file in its parent directories.')
----------------
Missing some trailing spaces at the end of the literals.


https://reviews.llvm.org/D43538





More information about the cfe-commits mailing list