================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
