]> granicus.if.org Git - clang/commit
[AST] Reduce Decl::getASTContext() calls.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 9 Mar 2012 01:51:51 +0000 (01:51 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 9 Mar 2012 01:51:51 +0000 (01:51 +0000)
commit3d13c5a1e72ed8f8be9c083791d30643d1b1ec43
tree6c29efdfbe48d1b6141cb7ae80761e075dc5af2c
parent76aadc346c3a4c363238a1e1232f324c3355d9e0
[AST] Reduce Decl::getASTContext() calls.
 - This function is not at all free; pass it around along some hot paths instead
   of recomputing it deep inside various VarDecl methods.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152363 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/Expr.h
lib/AST/Decl.cpp
lib/AST/Expr.cpp
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp