[all-commits] [llvm/llvm-project] b08e83: [clangd] Dont display `<unknown>` kinds in hover b...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Jan 16 02:47:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b08e8353a89f682861ef947fdb6e229b3de2e37d
https://github.com/llvm/llvm-project/commit/b08e8353a89f682861ef947fdb6e229b3de2e37d
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
Log Message:
-----------
[clangd] Dont display `<unknown>` kinds in hover board
Summary:
Currently when hovering over an `auto` or `decltype` that resolve to a
builtin-type, clangd would display `<unknown>` as the kind of the symbol.
Drop that to make rendering nicer.
Reviewers: usaxena95
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D72777
More information about the All-commits
mailing list