Introduce ASTVector, which is a std::vector-like class that allocates all memory
using the allocator associated with an ASTContext. This is largely copy-and-paste from SmallVector, and should be refactored one day. llvm-svn: 101194
Loading
Please register or sign in to comment