split ObjC and C++ Statements out into their own headers.

llvm-svn: 70105
This commit is contained in:
Chris Lattner
2009-04-26 01:32:48 +00:00
parent bd0e67362c
commit f0b64d73a8
15 changed files with 290 additions and 318 deletions

View File

@@ -16,10 +16,10 @@
#include "CodeGenModule.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/StmtObjC.h"
#include "clang/Basic/Diagnostic.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Target/TargetData.h"
using namespace clang;
using namespace CodeGen;