This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Dont display `<unknown>` kinds in hover board
ClosedPublic

Authored by kadircet on Jan 15 2020, 9:12 AM.

Details

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.

Diff Detail

Event Timeline

kadircet created this revision.Jan 15 2020, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2020, 9:12 AM

Unit tests: pass. 61895 tests passed, 0 failed and 782 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

usaxena95 accepted this revision.Jan 16 2020, 2:33 AM
This revision is now accepted and ready to land.Jan 16 2020, 2:33 AM
This revision was automatically updated to reflect the committed changes.