[Allocator] Make BumpPtrAllocator movable and move assignable.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 16 Apr 2014 10:48:27 +0000 (10:48 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 16 Apr 2014 10:48:27 +0000 (10:48 +0000)
commitd66a3fe1064313da76aa39cda8bf0481d5f101a8
treed63f11bb8b921ce5d6ba34371665375f556c3e6c
parentb78eac2d4d614010dc75f58371ca444bd7dbc6af
[Allocator] Make BumpPtrAllocator movable and move assignable.

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