summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-at-implementation-eof-crash.m
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing '[' to the tests from r305719Alex Lorenz2017-06-201-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 toAlex Lorenz2017-06-201-1/+4
| | | | | | | | enhance readability As suggested by Duncan Exon Smith! llvm-svn: 305803
* [Parser][ObjC] Use an artificial EOF token while parsing lexed ObjC methodsAlex Lorenz2017-06-191-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
OpenPOWER on IntegriCloud