diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-11-18 00:34:10 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-11-18 00:34:10 +0000 |
commit | 6196aa06c9d5a6c6446f4dc1d6154852fdd42bca (patch) | |
tree | 4e805c30e4ea00ef1bcd06aca19c868de3c6691d /lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp | |
parent | a21af73c41443b76ad9f13ab56f13d269f60bfc4 (diff) | |
download | bcm5719-llvm-6196aa06c9d5a6c6446f4dc1d6154852fdd42bca.tar.gz bcm5719-llvm-6196aa06c9d5a6c6446f4dc1d6154852fdd42bca.zip |
Generalize ownership/passing semantics to allow dsymutil to own abbreviations via unique_ptr
While still allowing CodeGen/AsmPrinter in llvm to own them using a bump
ptr allocator. (might be nice to replace the pointers there with
something that at least automatically calls their dtors, if that's
necessary/useful, rather than having it done explicitly (I think a typed
BumpPtrAllocator already does this, or maybe a unique_ptr with a custom
deleter, etc))
llvm-svn: 253409
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/overloaded-functions/main.cpp')
0 files changed, 0 insertions, 0 deletions