OSDN Git Service

The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)
authorTed Kremenek <kremenek@apple.com>
Mon, 11 Feb 2008 23:11:12 +0000 (23:11 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 11 Feb 2008 23:11:12 +0000 (23:11 +0000)
commita618f82c9fdbe869b41581f00ae357e1b22302d1
tree8e9885a954e5354e163ed61738b9e677fd005339
parent8c77ff9f8536464a92dad673c82c78daa62e3111
The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)
BumpPtrAllocator argument to their constructors.  This BumpPtrAllocator
will be used to allocate trees.  If no BumpPtrAllocator is provided, one
is created (as before).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46975 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h