]> granicus.if.org Git - clang/commit
Allocate expresssions through ASTContext (still more work to do).
authorSteve Naroff <snaroff@apple.com>
Tue, 20 Jan 2009 19:53:53 +0000 (19:53 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 20 Jan 2009 19:53:53 +0000 (19:53 +0000)
commit0a4739305a984ef9b821cedad5f4fe235eb6ef7d
tree3131100e196fa895d9e42f62f980c659d4e1a553
parent090b3f71702c5626d8520f9608d77c6f26dcfa15
Allocate expresssions through ASTContext (still more work to do).
Add debug hook to DeclContext.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62605 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/AST/DeclBase.cpp
lib/Sema/SemaExpr.cpp