================ Comment at: test/lit.cfg:578 @@ +577,3 @@ + else: + self.clang_tidy_args = ["-checks=-misc-*,clang-analyzer-*", + "-header-filter='*'"] ---------------- I wouldn't like this to depend on the default set of checks. And I don't think you want **all** static analyzer checks. I'd better change this to:
-checks=-*,llvm*,clang-analyzer*,-clang-analyzer-alpha* Also, could you just use an appropriate .clang-tidy file instead? http://reviews.llvm.org/D5877 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
