aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/recursion-limits.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs1-0/+1
VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
2012-04-30Restore paren, bracket and brace counts in parser whenDouglas Gregor1-0/+259
TentativeParsingAction is reverted, from Pasi Parviainen! Fixes PR12480 / <rdar://problem/11341251>. llvm-svn: 155823