]> granicus.if.org Git - clang/commit
Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move
authorRichard Trieu <rtrieu@google.com>
Mon, 16 Dec 2013 21:41:30 +0000 (21:41 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 16 Dec 2013 21:41:30 +0000 (21:41 +0000)
commitae7040c1654585c70be040e201caca7f8ce6135c
tree54045af94eb3c8746abde9eb0c2665bd2be00122
parent8bf0d165c31ea3e1b854dc27fb95a00cb435d02b
Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197428 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/Consumed.cpp
test/SemaCXX/warn-consumed-analysis.cpp