DR1048: drop top-level cv-qualifiers when deducing the return type of a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 19 Dec 2014 22:10:51 +0000 (22:10 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 19 Dec 2014 22:10:51 +0000 (22:10 +0000)
commit5a0e50cd87840b9f326e88d3b35c04c3c3b4c76b
tree6fc3634d210ee2245b5f77302dea00b2402bc870
parent86a7f7154987ccb1a09fd399162694e120a427a7
DR1048: drop top-level cv-qualifiers when deducing the return type of a
lambda-expression in C++11, to match the C++14 rules.

llvm-svn: 224620
clang/lib/Sema/SemaLambda.cpp
clang/lib/Sema/SemaStmt.cpp
clang/test/CXX/drs/dr10xx.cpp
clang/test/CXX/expr/expr.prim/expr.prim.lambda/p4.cpp
clang/test/SemaCXX/lambda-expressions.cpp
clang/www/cxx_dr_status.html