summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-150/+159
* [clangd] Check preceding char when completion triggers on ':' or '>'Ilya Biryukov2019-01-031-0/+23
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-16/+17
* [clangd] Expose FileStatus to LSP.Haojian Wu2018-12-201-0/+7
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-10/+25
* [clangd] Fix backward-compatibility - follow-up to textDocument/SymbolInfoJan Korous2018-11-281-1/+2
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-271-0/+40
* [clangd] Cleanup after landing documentSymbol. NFCIlya Biryukov2018-11-261-3/+4
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-0/+25
* [clangd] Add fallbackFlags initialization extension.Sam McCall2018-11-021-0/+1
* [clangd] Remove didOpen extraFlags extension.Sam McCall2018-11-021-10/+1
* [clangd] Clean up LSP structs around configuration. NFC, no protocol changes.Sam McCall2018-10-251-10/+12
* [clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...Sam McCall2018-10-241-4/+7
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-21/+17
* [clangd] Simplify client capabilities parsing.Sam McCall2018-10-171-70/+41
* [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 CodeAction responses to textDocument/codeAction (LSP 3.8)Sam McCall2018-10-161-0/+29
* Remove possibility to change compile database path at runtimeSimon Marchi2018-10-161-1/+10
* Introduce completionItemKind capability support.Kadir Cetinkaya2018-09-271-0/+51
* [clangd] Allow all LSP methods to signal cancellation via $/cancelRequestSam McCall2018-09-131-33/+0
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-0/+2
* [clangd] Add xrefs LSP boilerplate implementation.Sam McCall2018-09-051-0/+5
* [clangd] Initial cancellation mechanism for LSP requests.Kadir Cetinkaya2018-08-241-0/+33
* [clangd] send diagnostic categories only when 'categorySupport'Alex Lorenz2018-08-221-0/+1
* [clangd] extend the publishDiagnostics response to send back fixits to theAlex Lorenz2018-08-101-0/+10
* [clangd] allow clients to control the compilation database by passing inAlex Lorenz2018-08-011-1/+9
* [clangd] Receive compilationDatabasePath in 'initialize' requestSimon Marchi2018-08-011-1/+1
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-261-3/+3
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-3/+4
* [clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall2018-07-091-90/+92
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-0/+5
* PrintEscapedString -> printEscapedStringJonas Devlieghere2018-05-311-1/+1
* [clangd] Remove LSP command-based #include insertion.Eric Liu2018-05-151-22/+0
* [clangd] Implementation of workspace/symbol requestMarc-Andre Laperle2018-04-231-0/+78
* [clangd] Use operator<< to prevent printers issues in GtestMarc-Andre Laperle2018-04-101-0/+21
* [clangd] Support incremental document syncingSimon Marchi2018-03-261-1/+2
* [clangd] don't insert new includes if either original header or canonical hea...Eric Liu2018-02-261-2/+5
* [clangd] Extend textDocument/didChange to specify whether diagnostics should ...Eric Liu2018-02-221-1/+2
* [clangd] DidChangeConfiguration NotificationSimon Marchi2018-02-221-0/+10
* [clangd] Rename some protocol field to lower caseMarc-Andre Laperle2018-02-161-6/+6
* [clangd] Implement textDocument/hoverMarc-Andre Laperle2018-02-161-0/+29
* [clangd] collect symbol #include & insert #include in global code completion.Eric Liu2018-02-161-0/+29
* [clangd] Assert path is absolute when assigning to URIForFile.Ilya Biryukov2018-02-161-5/+8
* [clangd] Enable snippet completion based on client capabilities.Ilya Biryukov2018-02-151-0/+36
* [clangd] Add a test URI scheme for lit tests to unbreak platform-specific URI...Eric Liu2018-01-311-1/+1
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-5/+3
* [clangd] Fix windows path manipulationSam McCall2018-01-301-2/+6
* [clangd] Use new URI with scheme support in place of the existing LSP URIEric Liu2018-01-291-32/+21
OpenPOWER on IntegriCloud