summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-24 08:50:51 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-24 08:50:51 +0000
commitcc14d1fd23bb1a4f621f58e6f815b44c84319734 (patch)
treefdf060da79f3fdf1eacb4e86ec10312dceb90005 /clang/lib/Sema/Sema.cpp
parentc62f704576f733e69065056f7418125f85355f92 (diff)
downloadbcm5719-llvm-cc14d1fd23bb1a4f621f58e6f815b44c84319734.tar.gz
bcm5719-llvm-cc14d1fd23bb1a4f621f58e6f815b44c84319734.zip
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. llvm-svn: 111907
Diffstat (limited to 'clang/lib/Sema/Sema.cpp')
-rw-r--r--clang/lib/Sema/Sema.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.cpp b/clang/lib/Sema/Sema.cpp
index ec118e99161..7c0006b7b3b 100644
--- a/clang/lib/Sema/Sema.cpp
+++ b/clang/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"
OpenPOWER on IntegriCloud