llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda
Nick Lewycky 2eeddfb1ef Warn when a reference is bound to an empty l-value (dereferenced null pointer).
llvm-svn: 269572
2016-05-14 17:44:14 +00:00
..
blocks-irgen.mm
blocks.mm More fixes for isBetterOverloadCandidate not being a strict weak ordering. The 2014-05-17 04:36:39 +00:00
default-arguments.cpp Instantiate function declarations in instantiated functions. 2015-08-23 10:22:28 +00:00
p2-generic-lambda-1y.cpp Adding a -Wunused-value warning for expressions with side effects used in an unevaluated expression context, such as sizeof(), or decltype(). Also adds a similar warning when the expression passed to typeid() *is* evaluated, since it is equally likely that the user would expect the expression operand to be unevaluated in that case. 2014-12-17 21:57:17 +00:00
p2.cpp PR23334: Perform semantic checking of lambda capture initialization in the right context. 2015-04-27 21:27:54 +00:00
p3.cpp DR1891, PR21787: a lambda closure type has no default constructor, rather than 2014-12-10 20:04:48 +00:00
p4-1y.cpp
p4.cpp DR1048: drop top-level cv-qualifiers when deducing the return type of a 2014-12-19 22:10:51 +00:00
p4.mm
p5-generic-lambda-1y.cpp Normalize line endings 2014-03-02 18:46:05 +00:00
p5.cpp Warn when a reference is bound to an empty l-value (dereferenced null pointer). 2016-05-14 17:44:14 +00:00
p6.cpp
p7.cpp
p8.cpp
p10.cpp
p11-1y.cpp N3922: direct-list-initialization of an auto-typed variable no longer deduces a 2015-11-11 01:36:17 +00:00
p11.cpp
p12.cpp
p13.cpp
p14.cpp
p15-star-this-capture.cpp [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) 2016-03-21 09:25:37 +00:00
p15.cpp
p16.cpp Fix typo from r237482. "to reference of type" --> "to reference to type" 2015-05-16 01:39:39 +00:00
p18.cpp
p19.cpp DR1891, PR21787: a lambda closure type has no default constructor, rather than 2014-12-10 20:04:48 +00:00
p20.cpp
p21.cpp
p23.cpp
templates.cpp Clarify the error message when the reason the conversion is not viable is because the returned value does not match the function return type. 2015-08-25 22:18:46 +00:00