[PATCH] D70359: [clangd] Show values of more expressions on hover
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 18 01:03:47 PST 2019
sammccall marked an inline comment as done.
sammccall added inline comments.
================
Comment at: clang-tools-extra/clangd/Hover.cpp:423
+ // - certain expressions (sizeof etc)
+ // - built-in types
}
----------------
lh123 wrote:
> I think we should also support hover on literal.
sure - can you explain what you'd like to see/when you'd expect it to be useful?
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