Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CXX
/
expr
/
expr.prim
/
expr.prim.lambda
/
p5.cpp
2eeddfb
Warn when a reference is bound to an empty l-value (dereferenced null pointer).
by Nick Lewycky
· 9 years ago
3cb4c63
DR974: Lambdas can have default arguments.
by Richard Smith
· 12 years ago
10876ef
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
by Richard Smith
· 13 years ago
cf11eb7
Specialize noreturn diagnostics for lambda expressions.
by Douglas Gregor
· 14 years ago
adb376e
Implement C++ core issue 974, which permits default arguments for
by Douglas Gregor
· 14 years ago
1a22d28
Lambdas have a deleted default constructor and a deleted copy
by Douglas Gregor
· 14 years ago
1269510
Implement the conversion to a function pointer for lambda expressions,
by Douglas Gregor
· 14 years ago
a30a0bc
Tests for C++ [expr.prim.lambda]p5. We already implement all of these
by Douglas Gregor
· 14 years ago
656bc62
Remove the "unsupported" error for lambda expressions. It's annoying,
by Douglas Gregor
· 14 years ago
8c50e7c
Various interrelated cleanups for lambdas:
by Douglas Gregor
· 14 years ago
6b8ef34
Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5.
by Douglas Gregor
· 14 years ago