[PATCH] D35894: [clangd] Code hover for Clangd

Simon Marchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 07:09:23 PST 2018


simark added a comment.

The only problem I see is that when hovering a function name, it now prints the whole function definition.  When talking with @malaperle, he told me that you had discussed it before and we should not have the definition in the hover, just the prototype.  Glancing quickly at the PrintingPolicy, I don't see a way to just print the prototype of the function.  Do you have any idea?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D35894





More information about the cfe-commits mailing list