We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08aab38 commit e2a509cCopy full SHA for e2a509c
lib/AST/RequirementMachine/RequirementMachine.cpp
@@ -98,6 +98,8 @@ RequirementMachine::initWithProtocolSignatureRequirements(
98
99
auto result = computeCompletion(RewriteSystem::DisallowInvalidRequirements);
100
101
+ freeze();
102
+
103
if (Dump) {
104
llvm::dbgs() << "}\n";
105
}
@@ -145,6 +147,8 @@ RequirementMachine::initWithGenericSignature(CanGenericSignature sig) {
145
147
146
148
149
150
151
152
153
154
0 commit comments