didn't indicate violated invariants but that we weren't recovering well.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106195
91177308-0d34-0410-b5e6-
96231b3b80d8
Actions.ActOnDefaultCtorInitializers(LM.D);
ParseFunctionStatementBody(LM.D);
- assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
- Tok.getLocation()) &&
- "We consumed more than the cached tokens!");
- assert(Tok.getLocation() == origLoc &&
- "Tokens were left in the token stream!");
+
+ // FIXME: We need to make sure the caching mechanism here is robust
+ // against the parser reading too few token
}
for (unsigned I = 0, N = Class.NestedClasses.size(); I != N; ++I)