summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objcxx11-messaging-and-lambda.mm
Commit message (Collapse)AuthorAgeFilesLines
* [Parser] Fix look ahead after EOF while parsing objc message and lambdasBruno Cardoso Lopes2016-05-311-0/+11
If a closing ')' isn't found for a macro instantiation inside a '[', the next token is EOF, this leads to crashes if we try to look ahead of that. This could be triggered whenever trying to parse lambdas or objs message expressions. Differential Revision: http://reviews.llvm.org/D20451 rdar://problem/25662647 llvm-svn: 271314
OpenPOWER on IntegriCloud