summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/bracket-crash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR14549. Don't assert if we see an incomplete decltype specifier at the end ↵Richard Smith2012-12-091-0/+3
| | | | | | of the file. llvm-svn: 169688
* Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formedRichard Smith2012-02-271-2/+2
| | | | | | decltype expression. llvm-svn: 151515
* revert a hunk of code that Argiris added in r106213, which is theChris Lattner2010-07-121-0/+6
root cause of PR7481 and probably more, and has no apparent testcases. I don't understand the logic here so I can't repair it. llvm-svn: 108119
OpenPOWER on IntegriCloud