[PATCH] D78126: [analyzer][NFC] Don't allow dependency checkers to emit diagnostics
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 6 08:35:39 PDT 2020
Szelethus marked 3 inline comments as done.
Szelethus added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Core/BugReporter.cpp:2126-2130
+
+ const CheckerRegistry &Registry = ErrorNode->getState()
+ ->getAnalysisManager()
+ .getCheckerManager()
+ ->getCheckerRegistry();
----------------
I'll put this in the function call the release bots wont complain.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78126/new/
https://reviews.llvm.org/D78126
More information about the cfe-commits
mailing list