[PATCH] D66042: [analyzer] Analysis: Silence checkers
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 07:18:18 PDT 2019
Szelethus added inline comments.
================
Comment at: clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def:392
+ StringRef, RawSilencedCheckers, "silence-checkers",
+ "A semicolon separated list of checker and package names to silence.", "")
+
----------------
Hmm, maybe we could elaborate on what we mean under silencing.
```
Silenced checkers will remain enabled and work as usual during analysis, but bug reports originating from them are suppressed.
```
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66042/new/
https://reviews.llvm.org/D66042
More information about the cfe-commits
mailing list