We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a03259 commit e0c1feaCopy full SHA for e0c1fea
lib/AST/ASTContext.cpp
@@ -573,6 +573,7 @@ void ASTContext::addLazyParser(LazyMemberParser *lazyParser) {
573
574
void ASTContext::removeLazyParser(LazyMemberParser *lazyParser) {
575
auto removed = getImpl().lazyParsers.erase(lazyParser);
576
+ (void)removed;
577
assert(removed && "Removing an non-existing lazy parser.");
578
}
579
0 commit comments