]> granicus.if.org Git - clang/commit
More #include cleaning
authorDaniel Dunbar <daniel@zuster.org>
Mon, 11 Aug 2008 05:35:13 +0000 (05:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 11 Aug 2008 05:35:13 +0000 (05:35 +0000)
commitc4a1dea2dc56bd1357ec91b829a0b9e68229a13e
treec2cae8e66f75f756c628362ad21990809f3a7a7a
parentde7fb8413b13651fd85b7125d08b3c9ac2816d9d
More #include cleaning
 - Drop {Decl.h,DeclObjC.h,IdentifierTable.h} from Expr.h
 - Moved Sema::getCurMethodDecl() out of line (dependent on
   ObjCMethodDecl via dyn_cast).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54629 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
lib/AST/Expr.cpp
lib/Analysis/BasicObjCFoundationChecks.cpp
lib/Analysis/CFRefCount.cpp
lib/Analysis/RValues.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaStmt.cpp