[PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 01:23:43 PDT 2016


hokein marked 2 inline comments as done.

================
Comment at: clang-tidy/ClangTidyOptions.h:233
@@ -200,2 +232,3 @@
 
-  ClangTidyOptions getOptions(llvm::StringRef FileName) override;
+  std::vector<OptionsSource> getRawOptions(
+      llvm::StringRef FileName) override;
----------------
alexfh wrote:
> clang-format?
> 
> Consider making `git clang-format` handle it for you ;)
Done. Format the whole patch now.


http://reviews.llvm.org/D18694





More information about the cfe-commits mailing list