summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clangd/execute-command.test
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-68/+0
* [clangd] Use shorter, more recognizable codes for diagnostics.Sam McCall2019-04-171-1/+1
* [clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall2019-04-171-1/+3
* [clangd] Append "(fix available)" to diagnostic message when fixes are present.Eric Liu2019-01-311-1/+1
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-0/+2
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-2/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-0/+2
* [clangd] send diagnostic categories only when 'categorySupport'Alex Lorenz2018-08-221-1/+0
* [clangd] add an extension field to LSP to transfer the diagnostic's categoryAlex Lorenz2018-08-141-0/+1
* [clangd] capitalize diagnostic messagesAlex Lorenz2018-08-031-1/+1
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-28/+0
* [clangd] Support simpler JSON-RPC stream parsing for lit tests.Sam McCall2018-02-061-112/+92
* [clangd] Add a test URI scheme for lit tests to unbreak platform-specific URI...Eric Liu2018-01-311-9/+9
* [clangd] Emit ranges for clangd diagnostics, and fix off-by-one positionsSam McCall2017-12-131-4/+4
* Adds a json::Expr type to represent intermediate JSON expressions.Sam McCall2017-11-061-4/+49
* [clangd] Handle clangd.applyFix server-sideMarc-Andre Laperle2017-11-031-0/+67
OpenPOWER on IntegriCloud