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

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Tue May 13 02:44:44 PDT 2025


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

I don't think `CP` is a better name than `Checker`. If we change it back, sync it across declarations.

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


More information about the cfe-commits mailing list