Skip to content

Commit e71b2a5

Browse files
authored
Merge pull request #22864 from compnerd/cl-digests-the-digester
swift-api-digester: use elaborated typename
2 parents bafb963 + 760ef44 commit e71b2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-api-digester/ModuleAnalyzerNodes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ SDKNodeType *SDKNodeDeclType::getRawValueType() const {
477477
return nullptr;
478478
}
479479

480-
bool SDKNodeDeclType::isConformingTo(KnownProtocolKind Kind) const {
480+
bool SDKNodeDeclType::isConformingTo(swift::ide::api::KnownProtocolKind Kind) const {
481481
switch (Kind) {
482482
#define KNOWN_PROTOCOL(NAME) \
483483
case KnownProtocolKind::NAME: \

0 commit comments

Comments
 (0)