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

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 15 06:39:16 PST 2020


kadircet added inline comments.


================
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
----------------
sammccall wrote:
> nit: this is just "expression"
not yet, it will be after D72623 lands.


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