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 | cc14d1fd23bb1a4f621f58e6f815b44c84319734 (patch) | |
tree | fdf060da79f3fdf1eacb4e86ec10312dceb90005 /clang/lib/Sema/SemaCodeComplete.cpp | |
parent | c62f704576f733e69065056f7418125f85355f92 (diff) | |
download | bcm5719-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/SemaCodeComplete.cpp')
-rw-r--r-- | clang/lib/Sema/SemaCodeComplete.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/SemaCodeComplete.cpp b/clang/lib/Sema/SemaCodeComplete.cpp index 9d5bc0be0f2..ee100e496b2 100644 --- a/clang/lib/Sema/SemaCodeComplete.cpp +++ b/clang/lib/Sema/SemaCodeComplete.cpp @@ -14,6 +14,7 @@ #include "clang/Sema/Lookup.h" #include "clang/Sema/CodeCompleteConsumer.h" #include "clang/Sema/ExternalSemaSource.h" +#include "clang/Sema/Scope.h" #include "clang/AST/DeclObjC.h" #include "clang/AST/ExprCXX.h" #include "clang/AST/ExprObjC.h" |