[PATCH] BumpPtr allocate SimpleReferences

Shankar Kalpathi Easwaran shankarke at gmail.com
Thu Dec 4 09:26:03 PST 2014


We could use include/clang/Analysis/Support/BumpVector.h which simplifies things. For this the header file has to be moved to llvm/Support. 

http://clang.llvm.org/doxygen/BumpVector_8h_source.html.

The vector class takes a 

BumpVectorContext(llvm::BumpPtrAllocator &A)

http://reviews.llvm.org/D6518






More information about the llvm-commits mailing list