summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Hover.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd][Hover] Handle uninstantiated default argsKadir Cetinkaya2020-06-101-2/+16
* [clangd] Add workaround for GCC5 host compilers. NFC.Michael Liao2020-02-061-1/+7
* [clangd][Hover] Handle uninstantiated templatesKadir Cetinkaya2020-01-281-9/+18
* [clangd][Hover] Change arrow in return type back to →Kadir Cetinkaya2020-01-271-2/+2
* [clangd] Drop returntype/type when hovering over type-ish namesKadir Cetinkaya2020-01-271-13/+12
* [clangd] Print underlying type for decltypes in hoverKadir Cetinkaya2020-01-271-15/+23
* [clangd] Dont display `<unknown>` kinds in hover boardKadir Cetinkaya2020-01-271-1/+2
* [clangd] Rearrange type, returntype and parameters in hover cardKadir Cetinkaya2020-01-271-20/+24
* [clangd] Add a ruler after header in hoverKadir Cetinkaya2020-01-271-0/+3
* [clangd] Show hower info for expressionsKadir Cetinkaya2020-01-271-2/+50
* [clangd] Render header of hover card as a headingKadir Cetinkaya2020-01-131-1/+4
* [clangd] Improve type printing in hoverKadir Cetinkaya2020-01-101-13/+9
* [clangd] Refurbish HoverInfo::presentKadir Cetinkaya2020-01-091-30/+66
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [clangd] Fix crash in hoverIlya Biryukov2019-12-271-1/+1
* [clangd] Improve documentation for auto and implicit specsKadir Cetinkaya2019-12-191-13/+28
* [clangd] Fix handling of inline/anon namespaces and names of deduced types in...Kadir Cetinkaya2019-12-171-6/+19
* [clangd][NFC] Make use of TagDecl inside type for hover on autoKadir Cetinkaya2019-12-171-9/+4
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-5/+2
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-2/+5
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-5/+2
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-2/+5
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-5/+2
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-2/+5
* [clangd] Introduce codeblocksKadir Cetinkaya2019-12-131-4/+3
* [clangd] Introduce paragraph, the first part of new rendering structsKadir Cetinkaya2019-12-131-9/+12
* [clangd] Fix hover crashing on null typesKadir Cetinkaya2019-12-121-2/+3
* [clangd] Store index::SymbolKind in HoverInfoKadir Cetinkaya2019-12-061-4/+5
* [clangd] Simplify the code, NFC.Haojian Wu2019-12-051-1/+1
* [clangd] NFC, add getLangOpts helper to ParsedASTAlex Lorenz2019-12-041-6/+4
* Fix unused variable warning. NFCI.Simon Pilgrim2019-11-211-1/+1
* [clangd] Show values of more expressions on hoverSam McCall2019-11-191-12/+52
* [clangd] Untangle Hover from XRefs, move into own file.Sam McCall2019-11-191-0/+443
OpenPOWER on IntegriCloud