summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-131-0/+1
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+13
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-13/+0
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+13
* [clangd] Inactive regions support as an extension to semantic highlightingNathan Ridge2019-11-211-1/+2
* [clangd] Fix typo in symbol kind conversionSam McCall2019-11-151-1/+1
* [clangd] Add semantic selection to ClangdLSPServer.Utkarsh Saxena2019-09-241-0/+13
* [clangd] Add a callback mechanism for handling responses from client.Haojian Wu2019-08-051-0/+9
* [clangd] Implement "prepareRename"Haojian Wu2019-07-241-0/+4
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-4/+13
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-13/+4
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-4/+13
* [clangd] Use -completion-style=bundled by default if signature help is availableSam McCall2019-07-081-0/+1
* [clangd] Emit publishSemanticHighlighting in LSP if enabledJohan Vikstrom2019-07-041-0/+23
* [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
OpenPOWER on IntegriCloud