summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Protocol.h
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+33
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-33/+0
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+33
* [clangd] Inactive regions support as an extension to semantic highlightingNathan Ridge2019-11-211-0/+5
* [clangd] Add semantic selection to ClangdLSPServer.Utkarsh Saxena2019-09-241-0/+23
* [clangd] Initialize int field to zero. NFCIlya Biryukov2019-09-051-1/+1
* [clangd] Add a callback mechanism for handling responses from client.Haojian Wu2019-08-051-0/+6
* [clangd] Implement "prepareRename"Haojian Wu2019-07-241-0/+4
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-5/+18
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-18/+5
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-5/+18
* [clangd] Use -completion-style=bundled by default if signature help is availableSam McCall2019-07-081-0/+8
* [clangd] Deduplicate clang-tidy diagnostic messages.Haojian Wu2019-07-051-9/+3
* [clangd] Emit publishSemanticHighlighting in LSP if enabledJohan Vikstrom2019-07-041-0/+24
* [clangd] Include the diagnostics's code when comparing diagnosticsNathan Ridge2019-06-191-4/+9
* [clangd] Correct the MessageType enum values.Haojian Wu2019-06-191-3/+3
* [clangd] Add hidden tweaks to dump AST/selection.Sam McCall2019-06-181-0/+23
* [clangd] Add a capability to enable completions with fixes.Sam McCall2019-06-181-0/+5
* [clangd] Stop marshalling/requiring FormattingOptions. We never did anything ...Sam McCall2019-06-101-18/+7
* [clangd] Support offsets for parameters in signatureHelpIlya Biryukov2019-06-041-2/+11
* [clangd] Represent Hover result using FormattedStringIlya Biryukov2019-05-291-5/+12
* [clangd] Minor code style cleanups in Protocol.h. NFCIlya Biryukov2019-05-031-6/+5
* [clangd] Support relatedInformation in diagnostics.Sam McCall2019-04-181-0/+20
* [clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall2019-04-171-4/+2
* [clangd] Support UTF-32 (i.e. codepoint) offsets.Sam McCall2019-03-281-0/+4
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-0/+15
* [clangd] Add support for type hierarchy (super types only for now)Kadir Cetinkaya2019-03-191-0/+68
* [clangd] Interfaces for writing code tweaksIlya Biryukov2019-01-291-0/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Check preceding char when completion triggers on ':' or '>'Ilya Biryukov2019-01-031-0/+25
* [clangd] Expose FileStatus to LSP.Haojian Wu2018-12-201-0/+15
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-1/+19
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-271-0/+20
* [clangd][NFC] Move SymbolID to a separate fileJan Korous2018-11-271-0/+1
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-0/+39
* [clangd] Add fallbackFlags initialization extension.Sam McCall2018-11-021-0/+4
* [clangd] Remove didOpen extraFlags extension.Sam McCall2018-11-021-8/+0
* [clangd] Clean up LSP structs around configuration. NFC, no protocol changes.Sam McCall2018-10-251-17/+15
* [clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...Sam McCall2018-10-241-4/+9
* [clangd] Simplify client capabilities parsing.Sam McCall2018-10-171-99/+27
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-0/+17
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-17/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-0/+17
* [clangd] Send CodeAction responses to textDocument/codeAction (LSP 3.8)Sam McCall2018-10-161-0/+31
* Remove possibility to change compile database path at runtimeSimon Marchi2018-10-161-3/+8
* [clangd] Return Command objects from onCodeAction, rather than ad-hoc JSON. NFCSam McCall2018-10-121-1/+0
* Introduce completionItemKind capability support.Kadir Cetinkaya2018-09-271-32/+55
* Tell whether file/folder for include completions.Kadir Cetinkaya2018-09-271-0/+7
* [clangd] Allow all LSP methods to signal cancellation via $/cancelRequestSam McCall2018-09-131-14/+0
OpenPOWER on IntegriCloud