Skip to content

Commit 8f66ab1

Browse files
committed
[AST] NFC: Silence a warning
1 parent 748315b commit 8f66ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/DocComment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ StringRef SemanticBriefCommentRequest::evaluate(Evaluator &evaluator,
577577
const Decl *D) const {
578578
// Perform a walk over the potential providers of the brief comment,
579579
// retrieving the first one we come across.
580-
CommentProviderFinder finder(getDirectBriefComment);
580+
CommentProviderFinder<StringRef> finder(getDirectBriefComment);
581581
auto result = finder.findCommentProvider(D);
582582
return result ? result->first : StringRef();
583583
}

0 commit comments

Comments
 (0)