Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a missing '[' to the tests from r305719 | Alex Lorenz | 2017-06-20 | 1 | -1/+1 |
| | | | | | | This clarifies the tests as the missing ']' is important, and not the '['. llvm-svn: 305804 | ||||
* | Split the expectations in tests from r305719 over multiple lines to | Alex Lorenz | 2017-06-20 | 1 | -1/+4 |
| | | | | | | | | enhance readability As suggested by Duncan Exon Smith! llvm-svn: 305803 | ||||
* | [Parser][ObjC] Use an artificial EOF token while parsing lexed ObjC methods | Alex Lorenz | 2017-06-19 | 1 | -0/+21 |
This change avoid a crash that occurred when skipping to EOF while parsing an ObjC interface/implementation. rdar://31963299 Differential Revision: https://reviews.llvm.org/D34185 llvm-svn: 305719 |