Skip to content

Commit 7cd4102

Browse files
committed
[Constraint system] Begin refactoring type variable binding selection.
Split out the code for selecting potential bindings into a separate file as a first step before refactoring it for improved clarity and ease of modification.
1 parent 856429c commit 7cd4102

File tree

4 files changed

+795
-775
lines changed

4 files changed

+795
-775
lines changed

lib/Sema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ endif()
55

66
add_swift_library(swiftSema STATIC
77
CSApply.cpp
8+
CSBindings.cpp
89
CSDiag.cpp
910
CSGen.cpp
1011
CSPropagate.cpp

0 commit comments

Comments
 (0)