[PATCH] [libcxx] Add numerous options to libc++ LIT test suite configuration.

Alexander Kornienko alexfh at google.com
Wed Oct 22 23:16:29 PDT 2014


================
Comment at: test/lit.cfg:572
@@ +571,3 @@
+        else:
+            self.clang_tidy_args = ["-checks=*,llvm*,clang-analyzer*,-clang-analyzer-alpha*",
+                                    "-header-filter='.*'"]
----------------
It should be -checks=-*,llvm*,... i.e. the first item in the list should be "-*" which means "disable all checks".

http://reviews.llvm.org/D5877






More information about the cfe-commits mailing list