File tree Expand file tree Collapse file tree 10 files changed +9
-10
lines changed Expand file tree Collapse file tree 10 files changed +9
-10
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 13
13
// This file implements selection of bindings for type variables.
14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
- #include " ConstraintGraph.h"
17
16
#include " ConstraintSystem.h"
18
17
#include " TypeChecker.h"
18
+ #include " swift/Sema/ConstraintGraph.h"
19
19
#include " llvm/ADT/SetVector.h"
20
20
#include < tuple>
21
21
Original file line number Diff line number Diff line change 13
13
// This file implements constraint generation for the type checker.
14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
- #include " ConstraintGraph.h"
17
16
#include " ConstraintSystem.h"
18
17
#include " TypeCheckType.h"
19
18
#include " TypeChecker.h"
25
24
#include " swift/AST/PrettyStackTrace.h"
26
25
#include " swift/AST/SubstitutionMap.h"
27
26
#include " swift/AST/TypeCheckRequests.h"
27
+ #include " swift/Sema/ConstraintGraph.h"
28
28
#include " swift/Sema/IDETypeChecking.h"
29
29
#include " swift/Subsystems.h"
30
30
#include " llvm/ADT/APInt.h"
Original file line number Diff line number Diff line change 14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
16
#include " CSStep.h"
17
- #include " ConstraintGraph.h"
18
17
#include " ConstraintSystem.h"
19
18
#include " TypeCheckType.h"
20
19
#include " TypeChecker.h"
21
20
#include " swift/AST/ParameterList.h"
22
21
#include " swift/AST/TypeWalker.h"
22
+ #include " swift/Sema/ConstraintGraph.h"
23
23
#include " swift/Sema/SolutionResult.h"
24
24
#include " llvm/ADT/STLExtras.h"
25
25
#include " llvm/ADT/SetVector.h"
Original file line number Diff line number Diff line change 19
19
#define SWIFT_SEMA_CSSTEP_H
20
20
21
21
#include " Constraint.h"
22
- #include " ConstraintGraph.h"
23
22
#include " ConstraintSystem.h"
24
23
#include " swift/AST/Types.h"
24
+ #include " swift/Sema/ConstraintGraph.h"
25
25
#include " llvm/ADT/ArrayRef.h"
26
26
#include " llvm/ADT/Optional.h"
27
27
#include " llvm/ADT/STLExtras.h"
Original file line number Diff line number Diff line change 15
15
//
16
16
// ===----------------------------------------------------------------------===//
17
17
18
- #include " ConstraintGraph.h"
19
- #include " ConstraintGraphScope.h"
20
18
#include " ConstraintSystem.h"
21
19
#include " swift/Basic/Statistic.h"
20
+ #include " swift/Sema/ConstraintGraph.h"
21
+ #include " swift/Sema/ConstraintGraphScope.h"
22
22
#include " llvm/ADT/SetVector.h"
23
23
#include " llvm/Support/Debug.h"
24
24
#include " llvm/Support/SaveAndRestore.h"
Original file line number Diff line number Diff line change 16
16
//
17
17
// ===----------------------------------------------------------------------===//
18
18
#include " ConstraintSystem.h"
19
- #include " ConstraintGraph.h"
20
19
#include " CSDiagnostics.h"
21
20
#include " CSFix.h"
22
21
#include " TypeChecker.h"
26
25
#include " swift/AST/ParameterList.h"
27
26
#include " swift/AST/TypeCheckRequests.h"
28
27
#include " swift/Basic/Statistic.h"
28
+ #include " swift/Sema/ConstraintGraph.h"
29
29
#include " swift/Sema/SolutionResult.h"
30
30
#include " llvm/ADT/SetVector.h"
31
31
#include " llvm/ADT/SmallSet.h"
Original file line number Diff line number Diff line change 20
20
21
21
#include " CSFix.h"
22
22
#include " Constraint.h"
23
- #include " ConstraintGraph.h"
24
- #include " ConstraintGraphScope.h"
25
23
#include " swift/AST/ASTContext.h"
26
24
#include " swift/AST/ASTNode.h"
27
25
#include " swift/AST/ASTVisitor.h"
34
32
#include " swift/Basic/Debug.h"
35
33
#include " swift/Basic/LLVM.h"
36
34
#include " swift/Basic/OptionSet.h"
35
+ #include " swift/Sema/ConstraintGraph.h"
36
+ #include " swift/Sema/ConstraintGraphScope.h"
37
37
#include " swift/Sema/ConstraintLocator.h"
38
38
#include " swift/Sema/OverloadChoice.h"
39
39
#include " swift/Sema/SolutionResult.h"
Original file line number Diff line number Diff line change 18
18
#include " swift/Sema/IDETypeCheckingRequests.h"
19
19
#include " swift/Subsystems.h"
20
20
#include " TypeChecker.h"
21
- #include " ConstraintGraph.h"
22
21
#include " ConstraintSystem.h"
23
22
24
23
using namespace swift ;
You can’t perform that action at this time.
0 commit comments