In http://reviews.llvm.org/D9600#194740, @Eugene.Zelenko wrote:
> I think will be nice to have possibility to control output content. > > When I run scan-build with all checkers enabled on my project, I got ~ 100 Gb > of HTML mostly because of deadcode.DeadStores. My solution was to create CC > and CXX wrappers which run Clang-tidy with Analyzer only checkers (producing > messages with relevant line only). Sorry Eugene, I don't see your point here. You can enable/disable checkers with command line flags. (So you can add `--disable-checker deadcode.DeadStores` to `scan-build` without going into the wrapper business.) Anyway, these patches suppose to create a new implementation of `scan-build`. How is related to your problem? http://reviews.llvm.org/D9600 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits