]> granicus.if.org Git - clang/commit
Don't store ASTContext references in the TST nodes just to support profiling.
authorJohn McCall <rjmccall@apple.com>
Fri, 11 Jun 2010 11:07:21 +0000 (11:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 11 Jun 2010 11:07:21 +0000 (11:07 +0000)
commitef99001908e799c388f1363b1e607dad5f5b57d3
tree3310295e0f5aaa9347f3ecf2d9149c2d840c7277
parent24da7093a84e4eb92731e0565ab655697b2ed08f
Don't store ASTContext references in the TST nodes just to support profiling.

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