diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index fd2d03313c..45f239ac24 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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; |