OSDN Git Service

[C++11] Add overloads for externally used OwningPtr functions.
authorAhmed Charles <ahmedcharles@gmail.com>
Wed, 5 Mar 2014 10:27:34 +0000 (10:27 +0000)
committerAhmed Charles <ahmedcharles@gmail.com>
Wed, 5 Mar 2014 10:27:34 +0000 (10:27 +0000)
commitfbf6daaec64cced33b5b4e944ef4804ad79d76c2
tree4ccdd8285c6cba6f1216cab860a714d04d37962c
parent2e816f0d562294c82b9fb31762371c59654c71e1
[C++11] Add overloads for externally used OwningPtr functions.

This will allow external callers of these functions to switch over time
rather than forcing a breaking change all a once. These particular
functions were determined by building clang/lld/lldb.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202959 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCDisassembler.h
include/llvm/Object/Archive.h
include/llvm/Support/FileOutputBuffer.h
include/llvm/Support/MemoryBuffer.h
lib/MC/MCDisassembler.cpp
lib/Object/Archive.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/MemoryBuffer.cpp
unittests/Support/MemoryBufferTest.cpp