summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/test
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Use printf instead of `echo -e` to be compliant with dashKadir Cetinkaya2020-06-161-2/+2
* [clangd] Disable dependency-output lit test on windowsKadir Cetinkaya2020-06-161-0/+1
* [clangd] Preserve -nostdinc and --sysroot when calling query driverKadir Cetinkaya2020-06-101-2/+6
* [clangd] Disable all dependency outputsKadir Cetinkaya2020-06-101-0/+12
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-134-0/+9
* [clangd][Hover] Change arrow in return type back to →Kadir Cetinkaya2020-01-271-1/+1
* [clangd] Rearrange type, returntype and parameters in hover cardKadir Cetinkaya2020-01-271-1/+1
* [clangd] Refurbish HoverInfo::presentKadir Cetinkaya2020-01-091-2/+2
* [clangd] Add path mappings functionalitySam McCall2020-01-072-0/+68
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-022-0/+45
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-162-45/+0
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-122-0/+45
* [clangd] Remove the hanging lit exit-signal.test.Haojian Wu2019-12-041-32/+0
* [clangd] Shutdown cleanly on signals.Sam McCall2019-11-272-0/+39
* [clangd] Inactive regions support as an extension to semantic highlightingNathan Ridge2019-11-211-0/+8
* [clangd] Do not highlight keywords in semantic highlightingIlya Biryukov2019-10-281-4/+4
* [clangd] Improve semantic highlighting in dependent contexts (fixes #154)Nathan Ridge2019-10-141-4/+10
* clangd tests: use extended regex with sedNico Weber2019-10-143-3/+3
* convert another test to unix line endingsNico Weber2019-10-141-14/+14
* convert a test to unix line endingsNico Weber2019-10-141-84/+84
* fix typo in 374747Nico Weber2019-10-141-1/+1
* Prefer 'env not' over 'not env' in tests.Nico Weber2019-10-141-1/+1
* Make symbols.test pass on Windows.Nico Weber2019-10-142-2/+2
* Make code-action-request.test and request-reply.test pass on Windows.Nico Weber2019-10-142-5/+5
* Don't run background-index.test on Windows.Nico Weber2019-10-141-1/+1
* Add missing "REQUIRES: shell" to system-include-extractor.testNico Weber2019-10-131-0/+3
* Try to get clangd tests passing on Windows.Nico Weber2019-10-072-10/+10
* [clangd] Add semantic selection to ClangdLSPServer.Utkarsh Saxena2019-09-242-0/+40
* [clangd] Add a new highlighting kind for typedefsIlya Biryukov2019-09-091-4/+7
* [clangd] Add highlighting for macro expansions.Johan Vikstrom2019-08-301-0/+3
* [clangd] Add distinct highlightings for static fields and methodsNathan Ridge2019-08-301-4/+10
* [clangd] Add a distinct highlighting for local variablesNathan Ridge2019-08-271-4/+7
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-261-1/+6
* [clangd] Added special HighlightingKind for function parameters.Johan Vikstrom2019-08-191-4/+7
* [clangd] Use raw rename functions to implement the rename.Haojian Wu2019-08-091-2/+2
* [clangd] Added semantic highlighting support for primitives.Johan Vikstrom2019-08-081-4/+7
* [clangd] Add a callback mechanism for handling responses from client.Haojian Wu2019-08-052-4/+48
* [clangd] Duplicate lines of semantic highlightings sent removed.Johan Vikstrom2019-08-011-0/+44
* [clangd] Also accept flags from CLANGD_FLAGS variable.Sam McCall2019-07-251-0/+9
* [clangd] Implement "prepareRename"Haojian Wu2019-07-241-11/+36
* Revert "Revert r366458, r366467 and r366468"Kadir Cetinkaya2019-07-195-3/+5
* Revert r366458, r366467 and r366468Azharuddin Mohammed2019-07-195-5/+3
* [clangd] Handle windows line endings in QueryDriverKadir Cetinkaya2019-07-191-1/+1
* [clangd] BackgroundIndex stores shards to the closest projectKadir Cetinkaya2019-07-185-3/+5
* [clangd] Added highlightings for template parameters and specializations.Johan Vikstrom2019-07-181-0/+3
* [clangd] Handle windows line endings in QueryDriverKadir Cetinkaya2019-07-171-1/+1
* [clangd] Added highlighting for members and methods.Johan Vikstrom2019-07-151-1/+7
* [clangd] Added highlighting to enum constants.Johan Vikstrom2019-07-151-0/+3
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-2/+61
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-61/+2
OpenPOWER on IntegriCloud