llvm/lib/Demangle
Saleem Abdulrasool 902878bb3f Demangle: remove references to allocator for default allocator
The demangler had stopped using a custom allocator but had not been updated to
remove the use of the explicit allocator passing.  This removes that as we do
not need to do anything special here anymore.  This just makes the code more
compact.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287472 91177308-0d34-0410-b5e6-96231b3b80d8
2016-11-20 00:20:27 +00:00
..
CMakeLists.txt
ItaniumDemangle.cpp Demangle: remove references to allocator for default allocator 2016-11-20 00:20:27 +00:00
LLVMBuild.txt