[PATCH] D72500: [clangd] Show hover info for expressions

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 10:14:11 PST 2020


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

LG!



================
Comment at: clang-tools-extra/clangd/Hover.cpp:519
+  //
+  // expression : `int`
   // Note that we are making use of a level-3 heading because VSCode renders
----------------
nit: this is just "expression"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72500/new/

https://reviews.llvm.org/D72500





More information about the cfe-commits mailing list