[PATCH] D70359: [clangd] Show values of more expressions on hover

liu hui via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 17 00:18:42 PST 2019


lh123 added inline comments.


================
Comment at: clang-tools-extra/clangd/Hover.cpp:423
+      //  - certain expressions (sizeof etc)
+      //  - built-in types
     }
----------------
I think we should also support hover on literal.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70359





More information about the cfe-commits mailing list