Skip to content

Commit 86f17a7

Browse files
committed
RequirementMachine: Move term to type conversion to a new file InterfaceType.cpp
1 parent e497315 commit 86f17a7

File tree

3 files changed

+424
-380
lines changed

3 files changed

+424
-380
lines changed

lib/AST/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ add_swift_host_library(swiftAST STATIC
7676
RequirementEnvironment.cpp
7777
RequirementMachine/GenericSignatureQueries.cpp
7878
RequirementMachine/HomotopyReduction.cpp
79+
RequirementMachine/InterfaceType.cpp
7980
RequirementMachine/KnuthBendix.cpp
8081
RequirementMachine/MinimalConformances.cpp
8182
RequirementMachine/PropertyMap.cpp

0 commit comments

Comments
 (0)