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



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to