Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Parser] Fix look ahead after EOF while parsing objc message and lambdas | Bruno Cardoso Lopes | 2016-05-31 | 1 | -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 |