================
@@ -19061,6 +19061,15 @@ void Sema::MarkFunctionReferenced(SourceLocation Loc, 
FunctionDecl *Func,
         }
       }
     });
+  } else if (NeedDefinition && getLangOpts().IncrementalExtensions &&
----------------
vgvassilev wrote:

This seems more like a workaround than a fix. I expect the fix to be somewhere 
in the Interpreter or the IncrementalParser

https://github.com/llvm/llvm-project/pull/192588
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to