[clang] [analyzer][NFC] Introduce framework for checker families (PR #139256)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Tue May 13 05:13:11 PDT 2025


================
@@ -3411,12 +3411,12 @@ PathSensitiveBugReporter::generateDiagnosticForConsumerMap(
 }
 
 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue,
-                                  const CheckerBase *Checker, StringRef Name,
+                                  const CheckerFrontend *CP, StringRef Name,
----------------
NagyDonat wrote:

Oops, I forgot to push the fixup commit https://github.com/llvm/llvm-project/pull/139256/commits/23d128c05699489e3c06cd299ea1863e15720984  which changes the variable name to `CF` for `CheckerFrontend`. (By the way `CP` comes from an old draft version of this change when I was using the class name `CheckerPart`.)

https://github.com/llvm/llvm-project/pull/139256


More information about the cfe-commits mailing list