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 3fb77ea commit 345d1f4Copy full SHA for 345d1f4
lib/Sema/TypeCheckProtocol.cpp
@@ -2758,7 +2758,7 @@ diagnoseMissingWitnesses(MissingWitnessDiagnosisKind Kind) {
2758
auto FixitBufferId = SM.findBufferContainingLoc(FixitLocation);
2759
for (auto VD : MissingWitnesses) {
2760
// Don't ever emit a diagnostic for a requirement in the NSObject
2761
- // protocol. They'renot implementable.
+ // protocol. They're not implementable.
2762
if (isNSObjectProtocol(VD->getDeclContext()->getSelfProtocolDecl()))
2763
continue;
2764
0 commit comments