Skip to content
Commit 6aead3a0 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent 103d4b43
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment