Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Parser
/
cxx0x-lambda-expressions.cpp
42b1057
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
by Richard Smith
· 10 years ago
215f423
Add a warning for direct-list-initialization of a variable with a deduced type
by Richard Smith
· 11 years ago
a3aef35
Parse: Don't let BalancedDelimiterTracker consume cxx_defaultarg_end
by David Majnemer
· 11 years ago
89296ee
Parse: Don't parse beyond the end of the synthetic default argument tok
by David Majnemer
· 11 years ago
e01c466
Parse: Don't crash when trailing return type is missing
by David Majnemer
· 11 years ago
9e2f0a4
PR19339: Disambiguate lambdas with init-captures from designated initializers
by Richard Smith
· 11 years ago
abe1a39
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )')
by David Blaikie
· 11 years ago
e8d69b7
Allow GNU-style attributes on lambda expressions.
by Aaron Ballman
· 12 years ago
7e1fd01
Improving test coverage for lambda expressions with attribute specifiers.
by Aaron Ballman
· 12 years ago
c6607cd
Changing this test case to use an unknown attribute, since there are not currently any type attributes which would apply to a lambda, except in MSVC compatibility mode.
by Aaron Ballman
· 12 years ago
b5c59f5
Gracefully handle an attribute specifier following a lambda introducer when the parameter list wasn't present.
by Aaron Ballman
· 12 years ago
5b013f5
Add compat/extension warnings for init captures.
by Richard Smith
· 12 years ago
bb13c9a
Per latest drafting, switch to implementing init-captures as if by declaring
by Richard Smith
· 12 years ago
ba71c08
First pass of semantic analysis for init-captures: check the initializer, build
by Richard Smith
· 12 years ago
21b3ab4
C++1y n3648: parse and reject init-captures for now.
by Richard Smith
· 12 years ago
be20d43
Update regression tests for r166617.
by Eli Friedman
· 13 years ago
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