[C++11] Add support for OwningPtr<T> to be converted to and from
authorChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 03:38:32 +0000 (03:38 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 03:38:32 +0000 (03:38 +0000)
commit80949c599fb8b2c5d14c517d2ef94ad974989a37
tree7bb728023ccc15158d956e4deacafd6cef8de2dd
parentfd18fcb111a2ace105b1fbc23ef45fb08ea98ff0
[C++11] Add support for OwningPtr<T> to be converted to and from
std::unique_ptr<T>.

Patch by Ahmed Charles!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202609 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/OwningPtr.h
unittests/ADT/OwningPtrTest.cpp