Skip to content
Commit 7345626a authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent a0cd970b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment