summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/XRefs.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-2/+2
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-14/+0
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-4/+3
* [clangd] Implement hover for "auto" and "decltype"Marc-Andre Laperle2018-07-021-0/+142
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-041-2/+2
* [clangd] Remove accessors for top-level decls from preambleIlya Biryukov2018-05-281-2/+2
* [clangd] Add helper for collecting #include directives in file.Eric Liu2018-05-141-5/+3
* [clangd] Using index for GoToDefinition.Haojian Wu2018-04-301-60/+172
* [clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall2018-04-271-15/+6
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-16/+16
* [clangd] Adapt index interfaces to D45014, and fix the old bugs.Sam McCall2018-04-091-29/+12
* [clangd] Use the macro name range as the definition range.Haojian Wu2018-03-131-3/+2
* [clangd] Fix irrelevant declaratations in goto definition (on macros).Haojian Wu2018-03-131-0/+10
* [clangd] Use identifier range as the definition range.Haojian Wu2018-03-091-4/+6
* [clangd] Early return for #include goto definition.Haojian Wu2018-03-081-10/+12
* [clangd] #include statements support for Open definitionMarc-Andre Laperle2018-02-211-13/+14
* [clangd] Fix formatting in XRefs.cppSimon Marchi2018-02-201-2/+2
* [clangd] Fix use-after-free in SymbolYAML: strings are owned by yaml::Input!Sam McCall2018-02-191-2/+1
* [clangd] Rename some protocol field to lower caseMarc-Andre Laperle2018-02-161-6/+6
* [clangd] Implement textDocument/hoverMarc-Andre Laperle2018-02-161-8/+154
* [clangd] Assert path is absolute when assigning to URIForFile.Ilya Biryukov2018-02-161-1/+1
* [clangd] Fixed findDefinitions to always return absolute paths.Ilya Biryukov2018-02-131-2/+10
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-4/+3
* [clangd] Use new URI with scheme support in place of the existing LSP URIEric Liu2018-01-291-1/+3
* [clangd] Don't navigate to forward class declaration when go to definition.Haojian Wu2018-01-121-2/+26
* [clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFCSam McCall2017-12-191-0/+270
OpenPOWER on IntegriCloud