- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h

- #include ExprObjC.h in many places

llvm-svn: 51703
This commit is contained in:
Steve Naroff
2008-05-29 21:12:08 +00:00
parent dd378c9ae0
commit 021ca18bb5
16 changed files with 320 additions and 284 deletions

View File

@@ -16,6 +16,7 @@
#include "clang/AST/ASTContext.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprObjC.h"
#include "clang/Parse/DeclSpec.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Lex/LiteralSupport.h"