http://llvm.org/bugs/show_bug.cgi?id=12480
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Douglas Gregor <[email protected]> 2012-04-30 11:20:44 CDT --- (In reply to comment #3) > Created attachment 8406 [details] > Restore paren, bracket and brace counts on TPA Revert. > > Paren, bracket, and brace counts in parser can get out of order, when opening > paren/bracket/brace tokens are consumed without consuming corresponding > closing > counterparts before reverting tentative parsing. This can lead to erroneous > parser recursion error. > > Patch restores paren, bracket and brace counts in parser when > TentativeParsingAction is reverted. Patch committed as r155823, thank you! -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
