]> granicus.if.org Git - clang/commit
Convert types over to placement new() that takes an ASTContext.
authorSteve Naroff <snaroff@apple.com>
Tue, 27 Jan 2009 22:08:43 +0000 (22:08 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 27 Jan 2009 22:08:43 +0000 (22:08 +0000)
commitf83820bd7a0dc4c253071b31c443a316a49ce5aa
tree18bff8a937450c44b93652ebef956b9c201ee9f4
parent3e9704981d7691fdd44913bf1786e8d760d8a627
Convert types over to placement new() that takes an ASTContext.
Also changed FunctionTypeProto to be allocated with 8-byte alignment (noticed by Doug). I couldn't think of any reason to allocate on 16-byte boundaries. If anyone remembers why we were doing this, let me know!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63137 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp