mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename BriefAndRawComment to CommentInfo. NFC
This commit is contained in:
@@ -484,7 +484,7 @@ void SerializedASTFile::lookupObjCMethods(
|
||||
File.lookupObjCMethods(selector, results);
|
||||
}
|
||||
|
||||
Optional<BriefAndRawComment>
|
||||
Optional<CommentInfo>
|
||||
SerializedASTFile::getCommentForDecl(const Decl *D) const {
|
||||
return File.getCommentForDecl(D);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user