================
@@ -3138,6 +3138,11 @@ FunctionDecl::DefaultedOrDeletedFunctionInfo::Create(
void FunctionDecl::setDefaultedOrDeletedInfo(
DefaultedOrDeletedFunctionInfo *Info) {
assert(!FunctionDeclBits.HasDefaultedOrDeletedInfo && "already have this");
+
+ // Guard against assertions tripping during error-recovery states
+ if (isInvalidDecl() || Body)
----------------
purnima-nlp wrote:
Yes right, earlier I thought we need to just remove the bug, yes this time I
will understand the indepth root of this bug, I'm trying to figure out where
exactly it started , I'm reading sema codebase and include files.
https://github.com/llvm/llvm-project/pull/210668
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits