File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
add_swift_library (swiftSema STATIC
2
- CodeSynthesis.cpp
3
- Constraint.cpp
4
- ConstraintGraph.cpp
5
- ConstraintLocator.cpp
6
- ConstraintSystem.cpp
7
2
CSApply.cpp
8
3
CSDiag.cpp
9
4
CSGen.cpp
10
5
CSRanking.cpp
11
6
CSSimplify.cpp
12
7
CSSolver.cpp
8
+ CodeSynthesis.cpp
9
+ Constraint.cpp
10
+ ConstraintGraph.cpp
11
+ ConstraintLocator.cpp
12
+ ConstraintSystem.cpp
13
13
DerivedConformanceEquatableHashable.cpp
14
14
DerivedConformanceError.cpp
15
15
DerivedConformanceRawRepresentable.cpp
@@ -23,10 +23,9 @@ add_swift_library(swiftSema STATIC
23
23
PlaygroundTransform.cpp
24
24
SourceLoader.cpp
25
25
TypeCheckAttr.cpp
26
+ TypeCheckCaptures.cpp
26
27
TypeCheckConstraints.cpp
27
28
TypeCheckDecl.cpp
28
- TypeChecker.cpp
29
- TypeCheckCaptures.cpp
30
29
TypeCheckError.cpp
31
30
TypeCheckExpr.cpp
32
31
TypeCheckExprObjC.cpp
@@ -38,6 +37,7 @@ add_swift_library(swiftSema STATIC
38
37
TypeCheckRequest.cpp
39
38
TypeCheckStmt.cpp
40
39
TypeCheckType.cpp
40
+ TypeChecker.cpp
41
41
LINK_LIBRARIES
42
42
swiftParse
43
43
swiftAST )
You can’t perform that action at this time.
0 commit comments