llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda
Douglas Gregor 621003e7b9 Check the return type of lambda expressions.
llvm-svn: 150503
2012-02-14 21:20:44 +00:00
..
blocks.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p2.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p3.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p4.cpp Check the return type of lambda expressions. 2012-02-14 21:20:44 +00:00
p4.mm Check the return type of lambda expressions. 2012-02-14 21:20:44 +00:00
p5.cpp Lambdas have a deleted default constructor and a deleted copy 2012-02-12 17:34:23 +00:00
p6.cpp Implement the conversion to a function pointer for lambda expressions, 2012-02-10 08:36:38 +00:00
p7.cpp Lambdas have a deleted default constructor and a deleted copy 2012-02-12 17:34:23 +00:00
p8.cpp Allow implicit capture of 'this' in a lambda even when the capture 2012-02-10 17:46:20 +00:00
p10.cpp Add various tests for captures and the reaching scope of the lambda 2012-02-10 09:26:04 +00:00
p11.cpp Add various tests for captures and the reaching scope of the lambda 2012-02-10 09:26:04 +00:00
p12.cpp Within the body of a lambda expression, decltype((x)) for an 2012-02-12 18:42:33 +00:00
p13.cpp Implement C++11 [expr.lambda.prim]p13, which prohibits lambdas in 2012-02-10 23:30:22 +00:00
p14.cpp Make sure Sema creates a field for 'this' captures. (Doug, please double-check that this is correct.) 2012-02-11 02:51:16 +00:00
p15.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p16.cpp Add simple semantic test for C++11 [expr.prim.lambda]p16, which covers recursive capture. This is far more interesting for IRgen. 2012-02-10 23:38:02 +00:00
p18.cpp Within the body of a lambda expression, decltype((x)) for an 2012-02-12 18:42:33 +00:00
p19.cpp Lambdas have a deleted default constructor and a deleted copy 2012-02-12 17:34:23 +00:00
p20.cpp Lambdas have a deleted default constructor and a deleted copy 2012-02-12 17:34:23 +00:00
p21.cpp Simple test ensuring that we perform direct initialization when copy-capturing in lambdas 2012-02-14 00:03:38 +00:00
p23.cpp Implement support for lambda capture pack expansions, e.g., 2012-02-14 19:27:52 +00:00
templates.cpp Link together the call operator produced from transforming a lambda 2012-02-14 00:00:48 +00:00