================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to