summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/XRefs.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+3
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-3/+0
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+3
* [clangd] Untangle Hover from XRefs, move into own file.Sam McCall2019-11-191-81/+0
* [clangd] Expose the xref's incomplete flag to clangdServer API.Haojian Wu2019-11-181-4/+7
* [clangd] Add a helper for extracting nonlocal decls in a FunctionDeclKadir Cetinkaya2019-09-261-1/+4
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+4
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-0/+4
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-4/+0
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-0/+4
* [clangd] Implementation of auto type expansion.Sam McCall2019-07-111-0/+10
* [clangd] Show documentation in hover, and fetch docs from index if needed.Sam McCall2019-07-091-1/+2
* [clangd] Add Value field to HoverInfoKadir Cetinkaya2019-06-261-0/+2
* [clangd] Type hierarchy subtypesNathan Ridge2019-06-161-3/+3
* [clangd] Represent Hover result using FormattedStringIlya Biryukov2019-05-291-2/+3
* [clangd] Introduce a structured hover responseKadir Cetinkaya2019-05-281-1/+69
* [clangd] Add support for type hierarchy (super types only for now)Kadir Cetinkaya2019-03-191-0/+11
* [clangd] Implement textDocument/declaration from LSP 3.14Sam McCall2019-02-011-2/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-141-0/+2
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-271-0/+3
* [clangd] Implement findReferences functionSam McCall2018-09-051-0/+4
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-4/+6
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-041-1/+2
* [clangd] Using index for GoToDefinition.Haojian Wu2018-04-301-1/+3
* [clangd] Implement textDocument/hoverMarc-Andre Laperle2018-02-161-0/+3
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-5/+3
* [clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFCSam McCall2017-12-191-0/+34
OpenPOWER on IntegriCloud