index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CXX
/
expr
/
expr.prim
/
expr.prim.lambda
/
p4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DR1048: drop top-level cv-qualifiers when deducing the return type of a
Richard Smith
2014-12-19
1
-5
/
+2
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-2
/
+2
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-2
/
+2
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-2
/
+2
*
Handle a difference in lambda return type deduction between C++11 and C++1y: if
Richard Smith
2013-07-26
1
-1
/
+4
*
C++1y: provide full 'auto' return type deduction for lambda expressions. This
Richard Smith
2013-05-12
1
-0
/
+1
*
Fixes some test cases that should have come along with r157943.
Aaron Ballman
2012-06-04
1
-4
/
+4
*
Specialize the diagnostic complaining about conflicting types of
Douglas Gregor
2012-02-15
1
-2
/
+2
*
Check the return type of lambda expressions.
Douglas Gregor
2012-02-14
1
-0
/
+8
*
Don't allow deduction of a lambda result type from an initializer
Douglas Gregor
2012-02-09
1
-0
/
+1
*
Implement return type deduction for lambdas per C++11
Douglas Gregor
2012-02-09
1
-0
/
+42