Skip to content

Commit 1ab88ed

Browse files
authored
Merge pull request #39820 from slavapestov/rqm-small-cleanups
RequirementMachine: Small cleanups
2 parents 710c6b8 + d00ad53 commit 1ab88ed

File tree

5 files changed

+653
-619
lines changed

5 files changed

+653
-619
lines changed

lib/AST/ASTDumper.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -578,11 +578,6 @@ namespace {
578578
void printAbstractTypeParamCommon(AbstractTypeParamDecl *decl,
579579
const char *name) {
580580
printCommon(decl, name);
581-
if (decl->getDeclContext()->getGenericEnvironmentOfContext()) {
582-
if (auto superclassTy = decl->getSuperclass()) {
583-
OS << " superclass='" << superclassTy->getString() << "'";
584-
}
585-
}
586581
}
587582

588583
void visitGenericTypeParamDecl(GenericTypeParamDecl *decl) {

lib/AST/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ add_swift_host_library(swiftAST STATIC
7878
RequirementMachine/GeneratingConformances.cpp
7979
RequirementMachine/GenericSignatureQueries.cpp
8080
RequirementMachine/PropertyMap.cpp
81+
RequirementMachine/PropertyUnification.cpp
8182
RequirementMachine/ProtocolGraph.cpp
8283
RequirementMachine/RequirementMachine.cpp
8384
RequirementMachine/RequirementMachineRequests.cpp

0 commit comments

Comments
 (0)