diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-05-10 20:40:08 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-05-10 20:40:08 +0000 |
commit | 6aead3a051a4d7c43e74b96ec25dbbf983f62d4e (patch) | |
tree | 1af29e55f9bf62d88460337bec4f725dbfa75062 /llvm/lib/VMCore | |
parent | 103d4b43e9c19baab8db0388f72aa86bf013ec9e (diff) | |
download | bcm5719-llvm-6aead3a051a4d7c43e74b96ec25dbbf983f62d4e.tar.gz bcm5719-llvm-6aead3a051a4d7c43e74b96ec25dbbf983f62d4e.zip |
Start converting pieces of DeclarationNameTable to be allocated using ASTContext's allocator.
While DeclarationNameTable doesn't leak, it uses 'malloc' too often. Start with having
'CXXLiteralOperatorNames' allocated using ASTContext's allocator and add a 'DoDestroy()' method
to DeclarationNameTable that is called by ~ASTContext.
llvm-svn: 103426
Diffstat (limited to 'llvm/lib/VMCore')
0 files changed, 0 insertions, 0 deletions