Skip to content

Commit f901cc7

Browse files
committed
RequirementMachine: Move diagnostics code into a new Diagnostics.cpp
1 parent 307aa46 commit f901cc7

File tree

7 files changed

+461
-435
lines changed

7 files changed

+461
-435
lines changed

lib/AST/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ add_swift_host_library(swiftAST STATIC
7979
RequirementEnvironment.cpp
8080
RequirementMachine/ConcreteContraction.cpp
8181
RequirementMachine/ConcreteTypeWitness.cpp
82+
RequirementMachine/Diagnostics.cpp
8283
RequirementMachine/GenericSignatureQueries.cpp
8384
RequirementMachine/HomotopyReduction.cpp
8485
RequirementMachine/InterfaceType.cpp

0 commit comments

Comments
 (0)