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

Reply via email to