[PATCH] D78126: [analyzer][NFC] Don't allow dependency checkers to emit diagnostics
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 21 05:22:13 PDT 2020
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: clang/lib/StaticAnalyzer/Core/BugReporter.cpp:2132
+
+ assert(!isDependency(Registry, bt.getCheckerName()) &&
+ "Some checkers depend on this one! We don't allow dependency "
----------------
Oh yeah! :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78126/new/
https://reviews.llvm.org/D78126
More information about the cfe-commits
mailing list