summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Remove location from implicit capture init exprVedant Kumar2018-09-131-2/+2
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-2/+2
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-2/+2
* Clarify the error message when the reason the conversion is not viable is bec...Nick Lewycky2015-08-251-1/+1
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-271-3/+2
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-2/+2
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-2/+3
* Lambda closure types are always considered to be like "local" classes,Douglas Gregor2012-02-161-0/+33
* Specialize noreturn diagnostics for lambda expressions.Douglas Gregor2012-02-151-1/+1
* Link together the call operator produced from transforming a lambdaDouglas Gregor2012-02-141-0/+71
* Introduce support for template instantiation of lambdaDouglas Gregor2012-02-131-0/+45
OpenPOWER on IntegriCloud