mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename CodeCompletionTypeChecking.h to IDETypeChecking.h since it's used by more clients now. NFC
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//===--- CodeCompletionTypeChecking.h - Type-check entry points -*- C++ -*-===//
|
||||
//===-------- IDETypeChecking.h - Type-check entry points -*- C++ -*-------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
@@ -16,8 +16,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef SWIFT_SEMA_CODECOMPLETIONTYPECHECKING_H
|
||||
#define SWIFT_SEMA_CODECOMPLETIONTYPECHECKING_H
|
||||
#ifndef SWIFT_SEMA_IDETYPECHECKING_H
|
||||
#define SWIFT_SEMA_IDETYPECHECKING_H
|
||||
|
||||
#include "swift/Basic/SourceLoc.h"
|
||||
#include <memory>
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "swift/Basic/StringExtras.h"
|
||||
#include "swift/Parse/Lexer.h"
|
||||
#include "swift/Config.h"
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "swift/Strings.h"
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/Decl.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "swift/ClangImporter/ClangImporter.h"
|
||||
#include "swift/ClangImporter/ClangModule.h"
|
||||
#include "swift/Parse/CodeCompletionCallbacks.h"
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "swift/Subsystems.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/ADT/SmallSet.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "swift/AST/Attr.h"
|
||||
#include "swift/AST/Expr.h"
|
||||
#include "swift/AST/ParameterList.h"
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/ADT/APInt.h"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "swift/AST/Stmt.h"
|
||||
#include "swift/AST/Types.h"
|
||||
#include "swift/Parse/Lexer.h"
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "swift/Subsystems.h"
|
||||
#include "TypeChecker.h"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "swift/Basic/Timer.h"
|
||||
#include "swift/ClangImporter/ClangImporter.h"
|
||||
#include "swift/Parse/Lexer.h"
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "swift/Strings.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/PointerUnion.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "swift/Subsystems.h"
|
||||
#include "swift/SILOptimizer/PassManager/Passes.h"
|
||||
// This is included only for createLazyResolver(). Move to different header ?
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "swift/IDE/SourceEntityWalker.h"
|
||||
#include "swift/IDE/SyntaxModel.h"
|
||||
// This is included only for createLazyResolver(). Move to different header ?
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "swift/Config.h"
|
||||
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "swift/IDE/SourceEntityWalker.h"
|
||||
#include "swift/Serialization/SerializedModuleLoader.h"
|
||||
// This is included only for createLazyResolver(). Move to different header ?
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
|
||||
#include "llvm/ADT/Hashing.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "swift/IDE/CommentConversion.h"
|
||||
#include "swift/IDE/Utils.h"
|
||||
#include "swift/Markup/XMLUtils.h"
|
||||
#include "swift/Sema/CodeCompletionTypeChecking.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/DeclObjC.h"
|
||||
|
||||
Reference in New Issue
Block a user