llvm-project/clang/test/CXX/expr/expr.prim
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
..
expr.prim.general Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler and less error-prone way of handling the relevant cases. Towards marking of whether a declaration is used more accurately. 2012-01-20 01:26:23 +00:00
expr.prim.lambda Implement return type deduction for lambdas per C++11 2012-02-09 10:18:50 +00:00