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
/
CodeGenCXX
/
lambda-expressions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Don't crash when a lambda uses a local constexpr variable
David Majnemer
2015-01-01
1
-2
/
+10
*
CodeGen: Compound literals with funny types shouldn't crash
David Majnemer
2014-12-14
1
-1
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-14
/
+14
*
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
1
-1
/
+1
*
Update the tests.
Bill Wendling
2013-01-31
1
-1
/
+1
*
Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
2013-01-29
1
-1
/
+1
*
Don't assert/crash on reference variables in lambdas bound to a
Eli Friedman
2013-01-03
1
-2
/
+13
*
clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.
NAKAMURA Takumi
2012-12-14
1
-2
/
+2
*
Make sure the __invoke function for lambdas returns properly. Per bug report...
Eli Friedman
2012-12-13
1
-0
/
+9
*
Fix the determination of whether a capture refers to an enclosing
Douglas Gregor
2012-12-01
1
-1
/
+12
*
DR1472: A reference isn't odr-used if it has preceding initialization,
Richard Smith
2012-10-20
1
-0
/
+9
*
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
Richard Smith
2012-08-07
1
-2
/
+6
*
Implement non-internal linkage for lambda closure types that need a
Douglas Gregor
2012-02-21
1
-16
/
+16
*
Make sure that we set up the right declaration contexts when creating
Douglas Gregor
2012-02-20
1
-0
/
+3
*
When we resolve the type of an 'auto' variable, clear out the linkage
Douglas Gregor
2012-02-20
1
-0
/
+3
*
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-20
1
-16
/
+16
*
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-17
1
-0
/
+18
*
Add a coverage test for lambda expression IRGen.
Eli Friedman
2012-02-14
1
-0
/
+54