[clang] [analyzer][NFC] Document and centralize the CallEvent argument/parameter index mapping (PR #221252)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 04:13:00 PDT 2026
================
@@ -630,7 +629,7 @@ RuntimeDefinition AnyFunctionCall::getRuntimeDefinition() const {
AnalyzerOptions &Opts = Engine.getAnalysisManager().options;
if (Body) {
- const Decl* Decl = AD->getDecl();
+ const Decl *Decl = AD->getDecl();
if (Opts.IsNaiveCTUEnabled && CTUCtx.isImportedAsNew(Decl)) {
// A newly created definition, but we had error(s) during the import.
if (CTUCtx.hasError(Decl))
----------------
NagyDonat wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/221252
More information about the cfe-commits
mailing list