Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CXX
/
expr
/
expr.prim
/
expr.prim.lambda
/
p2-generic-lambda-1y.cpp
6c93b3e
Adding a -Wunused-value warning for expressions with side effects used in an unevaluated expression context, such as sizeof(), or decltype(). Also adds a similar warning when the expression passed to typeid() *is* evaluated, since it is equally likely that the user would expect the expression operand to be unevaluated in that case.
by Aaron Ballman
· 11 years ago
b100410
Normalize line endings
by David Majnemer
· 12 years ago
a17d19f
This patch implements capturing of variables within generic lambdas.
by Faisal Vali
· 12 years ago
2b391ab
Implement a rudimentary form of generic lambdas.
by Faisal Vali
· 12 years ago
2fdbea2
Revert "Implement a rudimentary form of generic lambdas."
by Manuel Klimek
· 12 years ago
fd5277c
Implement a rudimentary form of generic lambdas.
by Faisal Vali
· 12 years ago