Changed the return type of type-specific Allocate() methods to return
authorTed Kremenek <kremenek@apple.com>
Thu, 18 Oct 2007 00:30:14 +0000 (00:30 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 18 Oct 2007 00:30:14 +0000 (00:30 +0000)
commit52e2d83e653abd745d93bc05acba59c32a64eabf
tree655879e05069a8676393bf2140c1235c58674a77
parentafa222c8950a79a6e38a68c095ce1c547773501b
Changed the return type of type-specific Allocate() methods to return
void*.  This is hint that we are returning uninitialized memory rather
than a constructed object.

Patched ImutAVLTree to conform to this new interface.

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