Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c6e68daac0fa6e77a89f3ca72f266a528503dd1c
/
clang
/
test
/
Parser
/
cxx0x-lambda-expressions.cpp
b3afa6c
PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will
by Richard Smith
· 13 years ago
10c6072
In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standard reference and add a test.
by Richard Smith
· 13 years ago
bfdb108
Fix parsing of trailing-return-type. Types are syntactically prohibited from
by Richard Smith
· 14 years ago
a80cae1
Disambiguate between C++11 lambda expressions and C99 array
by Douglas Gregor
· 14 years ago
6746c5d
Improve recovery for lambda expressions that have 'mutable' or a
by Douglas Gregor
· 14 years ago
656bc62
Remove the "unsupported" error for lambda expressions. It's annoying,
by Douglas Gregor
· 14 years ago
26f4b32
Fix tests for r150123
by Douglas Gregor
· 14 years ago
c7c9714
Stub out the Sema interface for lambda expressions, and change the parser to use it. Unconditionally error on lambda expressions because they don't work in any meaningful way yet.
by Eli Friedman
· 14 years ago
553b2b2
Modify how the -verify flag works. Currently, the verification string and
by Richard Trieu
· 14 years ago
9ca5c42
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 14 years ago
db0b9f1
Parsing of C++0x lambda expressions, from John Freeman with help from
by Douglas Gregor
· 14 years ago