[PATCH] D35894: [clangd] Code hover for Clangd
Marc-Andre Laperle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 29 12:39:44 PST 2017
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
More information about the cfe-commits
mailing list