index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
lambda-expressions.cpp
Age
Commit message (
Expand
)
Author
2013-02-15
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-01-31
Update the tests.
Bill Wendling
2013-01-29
Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
2013-01-03
Don't assert/crash on reference variables in lambdas bound to a
Eli Friedman
2012-12-14
clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.
NAKAMURA Takumi
2012-12-13
Make sure the __invoke function for lambdas returns properly. Per bug report...
Eli Friedman
2012-12-01
Fix the determination of whether a capture refers to an enclosing
Douglas Gregor
2012-10-20
DR1472: A reference isn't odr-used if it has preceding initialization,
Richard Smith
2012-08-07
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
Richard Smith
2012-02-21
Implement non-internal linkage for lambda closure types that need a
Douglas Gregor
2012-02-20
Make sure that we set up the right declaration contexts when creating
Douglas Gregor
2012-02-20
When we resolve the type of an 'auto' variable, clear out the linkage
Douglas Gregor
2012-02-20
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-17
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-14
Add a coverage test for lambda expression IRGen.
Eli Friedman