]> granicus.if.org Git - clang/commit
PR16708: If a lambda has an implicit return type, don't get confused if its return...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Jul 2013 22:53:54 +0000 (22:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Jul 2013 22:53:54 +0000 (22:53 +0000)
commitec0808decc682f76e411eed7206a82a34b87dd7d
tree7ddb67a7b8f955d945f740fe3978f6e6ef576ac4
parent52d08fee6521aa1cea214f5d979f4d70b7b3c5d6
PR16708: If a lambda has an implicit return type, don't get confused if its return type has already been determined to be a type containing an 'auto'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187266 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/SemaCXX/lambda-expressions.cpp