1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include
Chris Lattner ab2419e712 give StringMap a new ctor which allows you to initialize it
with an existing allocator.  The interesting use case of this
is that it allows "StringMap<whatever, BumpPtrAllocator&>" for
when you want to allocate out of a preexisting bump pointer
allocator owned by someone else.

llvm-svn: 109213
2010-07-23 03:29:59 +00:00
..
llvm give StringMap a new ctor which allows you to initialize it 2010-07-23 03:29:59 +00:00
llvm-c start straightening out libedis's dependencies and make it fit 2010-07-20 18:25:19 +00:00