Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Improve declaration / expression disambiguation around ↵ | Justin Bogner | 2015-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | ptr-operators, and use" This seems to break mixing function-style and c-style casts, and is breaking bootstrapping llvm. This reverts r230261. llvm-svn: 230274 | ||||
* | Improve declaration / expression disambiguation around ptr-operators, and use | Richard Smith | 2015-02-23 | 1 | -2/+2 |
| | | | | | | | | the presence of an abstract declarator with a ptr-operator as proof that a construct cannot parse as an expression to improve diagnostics along error recovery paths. llvm-svn: 230261 | ||||
* | Fix a double free when parsing malformed code. Fixes rdar://9173693. | Argyrios Kyrtzidis | 2011-05-03 | 1 | -0/+6 |
llvm-svn: 130775 |