Skip to content
Commit c0a14c16 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 6ba9d448
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment