]> granicus.if.org Git - clang/commit
Introduce ASTVector, which is a std::vector-like class that allocates all memory
authorTed Kremenek <kremenek@apple.com>
Tue, 13 Apr 2010 23:39:09 +0000 (23:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 13 Apr 2010 23:39:09 +0000 (23:39 +0000)
commit9c9bd84383f742513b3cfd656948bab16d752937
treef8251b896bb1d107e64c70d0b4c63f0c1f446486
parent8bd5a69999cfd06b6b5a58fdd04e4f802b2df5a4
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101194 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTVector.h [new file with mode: 0644]