mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #63714 from ahoppen/ahoppen/ideinspectiontarget-charsourcerange
[IDE] Check whether an AST node contains the IDE inspection point based on `CharSourceRange`
This commit is contained in:
@@ -16,9 +16,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "MiscDiagnostics.h"
|
||||
#include "TypeChecker.h"
|
||||
#include "TypeCheckAvailability.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "TypeChecker.h"
|
||||
#include "swift/AST/ASTPrinter.h"
|
||||
#include "swift/AST/ASTVisitor.h"
|
||||
#include "swift/AST/ASTWalker.h"
|
||||
@@ -27,14 +26,15 @@
|
||||
#include "swift/AST/ParameterList.h"
|
||||
#include "swift/AST/TypeCheckRequests.h"
|
||||
#include "swift/Sema/ConstraintSystem.h"
|
||||
#include "swift/Sema/IDETypeChecking.h"
|
||||
#include "swift/Sema/SolutionResult.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include <iterator>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
|
||||
using namespace swift;
|
||||
using namespace constraints;
|
||||
|
||||
Reference in New Issue
Block a user