[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the...
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 21 Apr 2014 09:34:48 +0000 (09:34 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 21 Apr 2014 09:34:48 +0000 (09:34 +0000)
commit1d16fdecd63c1e36802d04531f69b40b9a8e7e18
treecdf21658ae8e2b4408e245b00197905884b76df1
parent4d3682bda5d737183f188d2b58e0ff8c837d241f
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the API.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206740 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/ADT/edit_distance.h
include/llvm/CodeGen/LiveRegMatrix.h
include/llvm/CodeGen/RegisterClassInfo.h
include/llvm/LineEditor/LineEditor.h
include/llvm/MC/MCDisassembler.h
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/R600/AMDGPUTargetMachine.h