diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:35:13 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 05:35:13 +0000 |
| commit | 6e8aa537f86098070a5128168f71e04e1ce140cf (patch) | |
| tree | 79843dc09de6319766e856f8af27d8d2e648e257 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | ad319a73f28f98ebeb586d2ce8ceb0a04b612062 (diff) | |
| download | bcm5719-llvm-6e8aa537f86098070a5128168f71e04e1ce140cf.tar.gz bcm5719-llvm-6e8aa537f86098070a5128168f71e04e1ce140cf.zip | |
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).
llvm-svn: 54629
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index fd2d03313c2..45f239ac24f 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -25,16 +25,20 @@ #include <map> namespace llvm { + class BasicBlock; class Module; } namespace clang { class ASTContext; class Decl; + class EnumConstantDecl; class FunctionDecl; + class FunctionTypeProto; + class LabelStmt; class ObjCMethodDecl; class TargetInfo; - class FunctionTypeProto; + class VarDecl; namespace CodeGen { class CodeGenModule; |

