]> granicus.if.org Git - clang/commit
Refactor to use C++1y 'auto' semantics directly in lambdas with no specified
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Sep 2013 05:02:54 +0000 (05:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Sep 2013 05:02:54 +0000 (05:02 +0000)
commit41d0958281627882fbe2049fb887d741eabd3fe3
tree17b4d99474c82a9ebbaa00077ebd09cf0c1b2608
parent641649faa2a96dc5a2bbfcb9447b680fbedff962
Refactor to use C++1y 'auto' semantics directly in lambdas with no specified
return type in C++1y mode. No functionality change intended. Extracted and
tweaked from a patch by Faisal Vali!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191354 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLambda.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaType.cpp