Replace std::auto_ptr with std::unique_ptr
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 22 Apr 2015 04:39:13 +0000 (04:39 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 22 Apr 2015 04:39:13 +0000 (04:39 +0000)
commitbc9eee72cf27a4285b7f449b1c0f7d5e7e89c4aa
treee91dbddf23366b97145ac34e375d1097d1fe989c
parent337b35ae29e96f4b4a13c9636521b0eb8765905e
Replace std::auto_ptr with std::unique_ptr

std::auto_ptr is deprecated in GCC 5.0, and we are already using
std::unique_ptr all over the place.

Patch by Xan López.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235479 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/IR/ValueHandleTest.cpp