[PATCH] D18694: [ClangTidy] Add an 'explain-checks' option to diagnose where each checks comes from.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 06:58:47 PDT 2016
alexfh added a comment.
One more nit.
================
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;
----------------
clang-format?
Consider making `git clang-format` handle it for you ;)
http://reviews.llvm.org/D18694
More information about the cfe-commits
mailing list