llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda
Douglas Gregor 7345626a5b Implement return type deduction for lambdas per C++11
[expr.prim.lambda]p4, including the current suggested resolution of
core isue 975, which allows multiple return statements so long as the
types match. ExtWarn when user code is actually making use of this
extension.

llvm-svn: 150168
2012-02-09 10:18:50 +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 Implement return type deduction for lambdas per C++11 2012-02-09 10:18:50 +00:00
p5.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p7.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p8.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p10.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p14.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00
p15.cpp Remove the "unsupported" error for lambda expressions. It's annoying, 2012-02-09 08:26:42 +00:00