]> granicus.if.org Git - clang/commit
start switching decls over to using an allocator controlled by ASTContext.
authorChris Lattner <sabre@nondot.org>
Sat, 15 Mar 2008 06:12:44 +0000 (06:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Mar 2008 06:12:44 +0000 (06:12 +0000)
commit6c2b6eb8d836da19007f7540709e16d5e39a1cba
tree9412d000aab0fe0af30f5235b360353799bea647
parentd3b9065ec7052ec4741783d2fb4130d13c766933
start switching decls over to using an allocator controlled by ASTContext.
Right now only some ctors are switched over.  I need to switch them all
over so I can change the dtor over.

This lets us experiment with region allocation and other things in the
future.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48390 91177308-0d34-0410-b5e6-96231b3b80d8
AST/ASTContext.cpp
AST/Decl.cpp
Driver/RewriteTest.cpp
Sema/Sema.cpp
Sema/SemaDecl.cpp
include/clang/AST/ASTContext.h
include/clang/AST/Decl.h