malaperle added inline comments.
================ Comment at: clangd/ClangdUnit.cpp:1135 + RawComment *RC = + AST.getASTContext().getRawCommentForDeclNoCache(LocationDecl); + if (RC) { ---------------- Not sure why but I don't get the comments when I hover on "push_back" but I do get it on many other methods. This can be investigated separately I think. It could be a bug in getRawCommentForDeclNoCache https://reviews.llvm.org/D35894 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits