[cfe-dev] Clang 3.3 Checkers and Suppression?
Jeffrey Walton
noloader at gmail.com
Wed Jun 5 20:44:26 PDT 2013
Hi All,
I'm working with a library that needs suppression rules added (it
produced over 2GB of output with Peng and Regehr's IOC). The library
maintainers probably won't go for source annotations
(http://clang-analyzer.llvm.org/annotations.html).
Is there a way to have Clang output one warning for each offending
statement (rather than generate output every time the offending
statement is encountered)?
Is there a way to use an external suppression file?
Jeff
More information about the cfe-dev
mailing list