Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR14549. Don't assert if we see an incomplete decltype specifier at the end ↵ | Richard Smith | 2012-12-09 | 1 | -0/+3 |
| | | | | | | of the file. llvm-svn: 169688 | ||||
* | Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formed | Richard Smith | 2012-02-27 | 1 | -2/+2 |
| | | | | | | decltype expression. llvm-svn: 151515 | ||||
* | revert a hunk of code that Argiris added in r106213, which is the | Chris Lattner | 2010-07-12 | 1 | -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 |