index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaLambda.cpp
Age
Commit message (
Expand
)
Author
2012-02-10
Track whether a function type has a trailing return type as type sugar. Use this
Richard Smith
2012-02-10
Implement the conversion to a function pointer for lambda expressions,
Douglas Gregor
2012-02-10
Extend CXXRecordDecl with a function that determines the mapping from
Douglas Gregor
2012-02-09
Implement return type deduction for lambdas per C++11
Douglas Gregor
2012-02-09
Restore the appropriate lexical declaration context for a lambda's
Douglas Gregor
2012-02-09
Remove the "unsupported" error for lambda expressions. It's annoying,
Douglas Gregor
2012-02-09
Implement C++ [expr.prim.lambda]p2, which bans lambda expressions in
Douglas Gregor
2012-02-09
Don't complain about the lack of a constructor for a lambda expression. They ...
Douglas Gregor
2012-02-09
Along the error path for lambdas, mark the lambda class as invalid and finali...
Douglas Gregor
2012-02-09
Various interrelated cleanups for lambdas:
Douglas Gregor
2012-02-08
Factor C++11 lambda expressions implementation into a separate
Douglas Gregor
[prev]