[all-commits] [llvm/llvm-project] 343b1a: [clangd] Hover: show CalleeArgInfo for literals an...
Tom Praschan via All-commits
all-commits at lists.llvm.org
Sat Jan 14 13:21:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 343b1ae3622afed50c9734a8f40b368d8afef5c5
https://github.com/llvm/llvm-project/commit/343b1ae3622afed50c9734a8f40b368d8afef5c5
Author: Tom Praschan <13141438+tom-anders at users.noreply.github.com>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
Log Message:
-----------
[clangd] Hover: show CalleeArgInfo for literals and expressions
This is very useful when inlay hints are disabled.
Also, improve presentation of Hover when variable is passed by value to
a function with an unnamed parameter
Differential Revision: https://reviews.llvm.org/D140775
More information about the All-commits
mailing list