[PATCH] D73520: [analyzer] BugReporterVisitors: Refactor and documentation
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 7 07:24:17 PST 2020
Szelethus added a comment.
Thanks! Bug report generation seems far less of a mess than is used to be :)
================
Comment at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:44
-/// BugReporterVisitors are used to add custom diagnostics along a path.
+/// BugReporterVisitors are used to add custom diagnostics along a \emoji bug
+/// path. They also could serve false positive suppression.
----------------
I suspect `\emoji` wasn't intentional here, given that it needs another argument :^)
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73520/new/
https://reviews.llvm.org/D73520
More information about the cfe-commits
mailing list