]> granicus.if.org Git - clang/commitdiff
Prune four superfluous ExternalSemaSource.h includes and one forward declaration...
authorYaron Keren <yaron.keren@gmail.com>
Fri, 13 May 2016 14:53:19 +0000 (14:53 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 13 May 2016 14:53:19 +0000 (14:53 +0000)
where ExternalSemaSource.h was already included due to ExternalSemaSource:: member uses.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269423 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h
lib/Parse/ParseAST.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaLookup.cpp

index 6db8d7e1ea59797fe6a2dff539c27474a39bfc98..4d8df2fa51766dd90dc32a6e5f61afc1f941e7d8 100644 (file)
@@ -109,7 +109,6 @@ namespace clang {
   class EnumConstantDecl;
   class Expr;
   class ExtVectorType;
-  class ExternalSemaSource;
   class FormatAttr;
   class FriendDecl;
   class FunctionDecl;
index ccf947984945c0c200119bfe88a87c6dace9fc72..1fb57a08c4333213e9d52e78b65668a29472fd71 100644 (file)
@@ -19,7 +19,6 @@
 #include "clang/Parse/ParseDiagnostic.h"
 #include "clang/Parse/Parser.h"
 #include "clang/Sema/CodeCompleteConsumer.h"
-#include "clang/Sema/ExternalSemaSource.h"
 #include "clang/Sema/Sema.h"
 #include "clang/Sema/SemaConsumer.h"
 #include "llvm/Support/CrashRecoveryContext.h"
index 739d70288c59ac1421c135878c3c94c21edb7a6a..3f5afab7bf57b4dbf8134348fbb8365e30df3a5f 100644 (file)
@@ -19,7 +19,6 @@
 #include "clang/Lex/MacroInfo.h"
 #include "clang/Lex/Preprocessor.h"
 #include "clang/Sema/CodeCompleteConsumer.h"
-#include "clang/Sema/ExternalSemaSource.h"
 #include "clang/Sema/Lookup.h"
 #include "clang/Sema/Overload.h"
 #include "clang/Sema/Scope.h"
index 3fb29d46cf40131db373abb8d27cfdd511ef3cec..41166960fa63577aca3d60442bc3d0704b18355c 100644 (file)
@@ -21,7 +21,6 @@
 #include "clang/AST/ExprObjC.h"
 #include "clang/Basic/SourceManager.h"
 #include "clang/Sema/DeclSpec.h"
-#include "clang/Sema/ExternalSemaSource.h"
 #include "clang/Sema/Lookup.h"
 #include "clang/Sema/Scope.h"
 #include "clang/Sema/ScopeInfo.h"
index 5490d7568ceb154949e0ed7caee95dd7e28c5ffe..75d9eecf563015e227a9df583adc00d0a16fd85b 100644 (file)
@@ -29,7 +29,6 @@
 #include "clang/Lex/ModuleLoader.h"
 #include "clang/Lex/Preprocessor.h"
 #include "clang/Sema/DeclSpec.h"
-#include "clang/Sema/ExternalSemaSource.h"
 #include "clang/Sema/Overload.h"
 #include "clang/Sema/Scope.h"
 #include "clang/Sema/ScopeInfo.h"