diff options
author | John McCall <rjmccall@apple.com> | 2010-08-24 08:50:51 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-08-24 08:50:51 +0000 |
commit | 5f1e0942a32657b625702aa52f82430d0120f424 (patch) | |
tree | da1f6596a5e35f6175fd8aa074334ea26f0c6a43 /lib/Sema/Sema.cpp | |
parent | 7a1fad38256eb4c5129359be85ba1ea1678eb5c9 (diff) |
More header elimination. The goal of all this is to allow Parser to
#include Sema.h while keeping all the AST declarations opaque. That may
not be reasonably attainable, though.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.cpp')
-rw-r--r-- | lib/Sema/Sema.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Sema/Sema.cpp b/lib/Sema/Sema.cpp index ec118e9916..7c0006b7b3 100644 --- a/lib/Sema/Sema.cpp +++ b/lib/Sema/Sema.cpp @@ -17,7 +17,9 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallSet.h" #include "llvm/ADT/APFloat.h" +#include "clang/Sema/CXXFieldCollector.h" #include "clang/Sema/ExternalSemaSource.h" +#include "clang/Sema/Scope.h" #include "clang/Sema/SemaConsumer.h" #include "clang/AST/ASTContext.h" #include "clang/AST/ASTDiagnostic.h" |