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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Lambdas have a deleted default constructor and a deleted copy
Douglas Gregor
2012-02-12
4
-0
/
+46
*
Make sure Sema creates a field for 'this' captures. (Doug, please double-che...
Eli Friedman
2012-02-11
1
-0
/
+8
*
Add simple semantic test for C++11 [expr.prim.lambda]p16, which covers recurs...
Douglas Gregor
2012-02-10
1
-0
/
+16
*
Implement C++11 [expr.lambda.prim]p13, which prohibits lambdas in
Douglas Gregor
2012-02-10
1
-0
/
+10
*
Allow implicit capture of 'this' in a lambda even when the capture
Douglas Gregor
2012-02-10
1
-3
/
+7
*
Add test from [expr.prim.lambda]p12, which deals with odr-use and
Douglas Gregor
2012-02-10
1
-0
/
+30
*
Don't introduce a lambda's operator() into the class until after we
Douglas Gregor
2012-02-10
1
-0
/
+9
*
Add a lambda example from the working draft.
Douglas Gregor
2012-02-10
1
-0
/
+9
*
Add various tests for captures and the reaching scope of the lambda
Douglas Gregor
2012-02-10
3
-0
/
+79
*
Implement the conversion to a function pointer for lambda expressions,
Douglas Gregor
2012-02-10
2
-3
/
+25
*
Don't allow deduction of a lambda result type from an initializer
Douglas Gregor
2012-02-09
1
-0
/
+1
*
Tests for C++ [expr.prim.lambda]p5. We already implement all of these
Douglas Gregor
2012-02-09
1
-3
/
+57
*
Implement return type deduction for lambdas per C++11
Douglas Gregor
2012-02-09
1
-0
/
+42
*
Remove the "unsupported" error for lambda expressions. It's annoying,
Douglas Gregor
2012-02-09
9
-52
/
+38
*
Add a test for the non-aggregaticity of lambda types per C++11
Douglas Gregor
2012-02-09
1
-0
/
+7
*
Implement C++ [expr.prim.lambda]p2, which bans lambda expressions in
Douglas Gregor
2012-02-09
1
-0
/
+48
*
Implement capture-by-copy for arrays in lambdas.
Douglas Gregor
2012-02-09
2
-3
/
+16
*
When we create a non-static data member in the closure object for a
Douglas Gregor
2012-02-09
1
-0
/
+17
*
Various interrelated cleanups for lambdas:
Douglas Gregor
2012-02-09
6
-25
/
+43
*
Minor comment fix
Douglas Gregor
2012-02-08
1
-1
/
+2
*
When computing the type of a local variable reference within a lambda,
Douglas Gregor
2012-02-08
1
-2
/
+35
*
When completing a lambda expression, make sure to check and attach the
Douglas Gregor
2012-02-08
2
-2
/
+14
*
Introduce basic ASTs for lambda expressions. This covers:
Douglas Gregor
2012-02-07
2
-0
/
+25
*
Implement implicit capture for lambda expressions.
Eli Friedman
2012-02-03
1
-2
/
+1
*
Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5.
Douglas Gregor
2012-02-01
1
-0
/
+7
*
Improve checking of explicit captures in a C++11 lambda expression:
Douglas Gregor
2012-02-01
2
-0
/
+40
*
Diagnose attempts to explicitly capture a __block variable in a lambda.
Douglas Gregor
2012-02-01
1
-0
/
+11
[prev]