Add BumpPtrAllocator::allocateCopy() utilities
authorNick Kledzik <kledzik@apple.com>
Tue, 28 Jan 2014 19:21:27 +0000 (19:21 +0000)
committerNick Kledzik <kledzik@apple.com>
Tue, 28 Jan 2014 19:21:27 +0000 (19:21 +0000)
commit1c71a20f32b6c6af85fb26d56b26effe71c710b9
tree90da4f83c000aff69d4a6bb33e2b1fced970a661
parent3dcb2a2d92cca5d5ebac11fafab923520341b265
Add BumpPtrAllocator::allocateCopy() utilities

Makes it easy to use BumpPtrAllocator to make a copy of StringRef strings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200331 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Allocator.h
unittests/Support/AllocatorTest.cpp