Rename BriefAndRawComment to CommentInfo. NFC

This commit is contained in:
Xi Ge
2016-02-10 19:27:10 -08:00
parent 5c97b21598
commit 767fba9c92
7 changed files with 10 additions and 10 deletions

View File

@@ -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);
}