| commit | a7b3287760d179c1030123be679f2ac2ac686ab0 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sat Mar 15 06:12:44 2008 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sat Mar 15 06:12:44 2008 +0000 |
| tree | e023956e1791f067cbae60c666bb75571cde1bc8 | |
| parent | 88f70d69c62b313ae606fe5b9a52e7e857bfaf56 [diff] |
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. llvm-svn: 48390