summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p5.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-1/+1
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-2/+2
* DR974: Lambdas can have default arguments.Richard Smith2013-04-171-5/+3
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-1/+2
* Specialize noreturn diagnostics for lambda expressions.Douglas Gregor2012-02-151-1/+3
* Implement C++ core issue 974, which permits default arguments forDouglas Gregor2012-02-141-2/+3
* Lambdas have a deleted default constructor and a deleted copyDouglas Gregor2012-02-121-0/+1
* Implement the conversion to a function pointer for lambda expressions,Douglas Gregor2012-02-101-3/+3
* Tests for C++ [expr.prim.lambda]p5. We already implement all of theseDouglas Gregor2012-02-091-3/+57
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-2/+1
* Various interrelated cleanups for lambdas:Douglas Gregor2012-02-091-1/+1
* Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5.Douglas Gregor2012-02-011-0/+7
OpenPOWER on IntegriCloud