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
/
p14.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require the type of a by-copy capture to be complete before creating its field.
Douglas Gregor
2013-12-18
1
-0
/
+9
*
Diagnose by-copy captures of abstract classes.
Douglas Gregor
2013-10-11
1
-0
/
+12
*
When capturing 'this' in a lambda, make sure to update the set of
Douglas Gregor
2012-10-25
1
-0
/
+15
*
A little more lambda capture initialization diagnostics cleanup
Douglas Gregor
2012-02-15
1
-1
/
+8
*
Introduce a new initialization entity for lambda captures, and
Douglas Gregor
2012-02-15
1
-3
/
+6
*
Make sure Sema creates a field for 'this' captures. (Doug, please double-che...
Eli Friedman
2012-02-11
1
-0
/
+8
*
Remove the "unsupported" error for lambda expressions. It's annoying,
Douglas Gregor
2012-02-09
1
-7
/
+5
*
Implement capture-by-copy for arrays in lambdas.
Douglas Gregor
2012-02-09
1
-3
/
+14
*
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
1
-2
/
+18
*
Introduce basic ASTs for lambda expressions. This covers:
Douglas Gregor
2012-02-07
1
-0
/
+15