- Add ASTContext::searchForDocComments so we don't have to load external comments in Sema::ActOnDocumentableDecls when trying to attach existing doc comments to newly parsed Decls.
- Keep comments ordered and cache their decomposed locations.
This noticeably improves performance of code completion when using large modules with doc comments.
"attachCommentsToJustParsedDecls"?