summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add hidden tweaks to dump AST/selection.Sam McCall2019-06-181-0/+9
* [clangd] Add a capability to enable completions with fixes.Sam McCall2019-06-181-0/+2
* [clangd] Stop marshalling/requiring FormattingOptions. We never did anything ...Sam McCall2019-06-101-18/+3
* Fix -Wparentheses warning. NFCI.Simon Pilgrim2019-06-041-2/+2
* [clangd] Support offsets for parameters in signatureHelpIlya Biryukov2019-06-041-2/+16
* [clangd] Represent Hover result using FormattedStringIlya Biryukov2019-05-291-0/+32
* [clangd] Introduce a structured hover responseKadir Cetinkaya2019-05-281-0/+1
* [clangd] Support relatedInformation in diagnostics.Sam McCall2019-04-181-0/+11
* [clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall2019-04-171-0/+6
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-03-291-0/+1
* [clangd] Support UTF-32 (i.e. codepoint) offsets.Sam McCall2019-03-281-7/+14
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-0/+27
* [clangd] Add support for type hierarchy (super types only for now)Kadir Cetinkaya2019-03-191-0/+115
* Moved Ref into its own header and implementation fileDmitri Gribenko2019-02-281-1/+0
* [clangd] Interfaces for writing code tweaksIlya Biryukov2019-01-291-0/+19
* [clangd] NFC: fix clang-tidy warnings.Haojian Wu2019-01-251-12/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
OpenPOWER on IntegriCloud