diff options
author | Steve Naroff <snaroff@apple.com> | 2008-05-29 21:12:08 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-05-29 21:12:08 +0000 |
commit | f494b579b22f9950f5af021f0bf9879a91bb8b41 (patch) | |
tree | 3d3a52b43b1a85c64f992e65a61b6b02bbdc0bb3 /lib/Sema/SemaExpr.cpp | |
parent | 525204a7ca5c3c0aac8166d8f27abb988a84c850 (diff) |
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
- #include ExprObjC.h in many places
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaExpr.cpp')
-rw-r--r-- | lib/Sema/SemaExpr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 7dda9b141d..04561f5f62 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -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" |