Skip to content

Commit b644980

Browse files
authored
Merge pull request #28907 from CodaFi/rewind
Remove re-entrancy assertion
2 parents 2101029 + 539d8da commit b644980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/AST/NameLookup.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,6 @@ populateLookupTableEntryFromLazyIDCLoader(ASTContext &ctx,
11351135
MemberLookupTable &LookupTable,
11361136
DeclBaseName name,
11371137
IterableDeclContext *IDC) {
1138-
assert(!IDC->isLoadingLazyMembers() &&
1139-
"Re-entrant member loading is not supported!");
11401138
IDC->setLoadingLazyMembers(true);
11411139
auto ci = ctx.getOrCreateLazyIterableContextData(IDC,
11421140
/*lazyLoader=*/nullptr);

0 commit comments

Comments
 (0)