Skip to content
Commit a80cae11 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Disambiguate between C++11 lambda expressions and C99 array

designators in the parser. In the worst case, this disambiguation
requires tentative parsing just past the closing ']', but for most
cases we'll be able to tell by looking ahead just one token (without
going into the heavyweight tentative parsing machinery).

llvm-svn: 150790
parent 14a94138
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment