[PATCH] Update clang-tidy documentation.

Manuel Klimek klimek at google.com
Fri May 16 00:25:18 PDT 2014


lg

================
Comment at: clang-tidy/tool/ClangTidyMain.cpp:38
@@ -40,1 +37,3 @@
+Checks("checks", cl::desc("Comma-separated list of positive and negative\n"
+                          "globs matching the names of the checks to be run."),
        cl::init(""), cl::cat(ClangTidyCategory));
----------------
I think this needs some more explanation of how you decide whether something is positive or negative, whether order is important, how it relates to the default checks, etc.

http://reviews.llvm.org/D3793






More information about the cfe-commits mailing list