Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fd5277c0635f74bbdbb2daa3bb95e08f39db7d63
/
clang
/
test
/
CXX
/
expr
/
expr.prim
/
expr.prim.lambda
/
p4.cpp
fd5277c
Implement a rudimentary form of generic lambdas.
by Faisal Vali
· 12 years ago
1836e60
Handle a difference in lambda return type deduction between C++11 and C++1y: if
by Richard Smith
· 12 years ago
9155be1
C++1y: provide full 'auto' return type deduction for lambda expressions. This
by Richard Smith
· 12 years ago
8d46887
Fixes some test cases that should have come along with r157943.
by Aaron Ballman
· 13 years ago
b9e38f1
Specialize the diagnostic complaining about conflicting types of
by Douglas Gregor
· 14 years ago
621003e
Check the return type of lambda expressions.
by Douglas Gregor
· 14 years ago
940a550
Don't allow deduction of a lambda result type from an initializer
by Douglas Gregor
· 14 years ago
7345626
Implement return type deduction for lambdas per C++11
by Douglas Gregor
· 14 years ago