summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdLSPServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Return clangd::TextEdit in ClangdServer::rename. NFCIlya Biryukov2019-04-031-12/+6
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-10/+38
* [clangd] Send empty diagnostics when a file is closedIlya Biryukov2019-03-251-7/+23
* [clangd] Add support for type hierarchy (super types only for now)Kadir Cetinkaya2019-03-191-0/+9
* Remove trailing semicolon. NFCI.Simon Pilgrim2019-02-031-1/+1
* [Clangd] textDocument/definition and textDocument/declaration "bounce" betwee...Sam McCall2019-02-021-7/+33
* [clangd] Implement textDocument/declaration from LSP 3.14Sam McCall2019-02-011-2/+33
* [clangd] Drop fixes if replying with tweaks resulted in an errorIlya Biryukov2019-01-301-8/+2
* [clangd] Fix a use after moveIlya Biryukov2019-01-301-2/+2
* [clangd] Interfaces for writing code tweaksIlya Biryukov2019-01-291-16/+93
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-221-1/+3
* [clangd] Filter out plugin related flags and move all commandline manipulatio...Kadir Cetinkaya2019-01-221-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-141-1/+1
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-94/+96
* [clangd] Check preceding char when completion triggers on ':' or '>'Ilya Biryukov2019-01-031-1/+49
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-19/+19
* [clangd] Expose FileStatus to LSP.Haojian Wu2018-12-201-1/+14
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-1/+1
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-271-0/+7
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-261-0/+12
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-8/+47
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-37/+0
* [clangd] Add fallbackFlags initialization extension.Sam McCall2018-11-021-3/+4
* [clangd] Make in-memory CDB always available as an overlay, refactor.Sam McCall2018-11-021-39/+16
* [clangd] Remove didOpen extraFlags extension.Sam McCall2018-11-021-14/+0
* [clangd] Clean up LSP structs around configuration. NFC, no protocol changes.Sam McCall2018-10-251-21/+17
* [clangd] Fix -compile-commands-dir flag, broken in r345031Sam McCall2018-10-251-2/+3
* [clangd] Don't invalidate LSP-set compile commands when closing a file.Sam McCall2018-10-251-7/+0
* [clangd] When replying, log the method name and latency.Sam McCall2018-10-241-24/+18
* [clangd] Ensure that we reply to each call exactly once. NFC (I think!)Sam McCall2018-10-241-31/+76
* [clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...Sam McCall2018-10-241-37/+11
* [clangd] Lazily create CDB, remove setCompileCommandsDir.Sam McCall2018-10-231-31/+16
* [clangd] Remove caching of compilation database commands.Sam McCall2018-10-231-13/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-40/+39
* [clangd] Set workspace root when initializing ClangdServer, disallow mutation.Sam McCall2018-10-191-5/+4
* [clangd] Enforce rules around "initialize" request, and create ClangdServer l...Sam McCall2018-10-181-7/+15
* [clangd] Lay JSONRPCDispatcher to rest.Sam McCall2018-10-181-164/+351
* [clangd] Simplify client capabilities parsing.Sam McCall2018-10-171-23/+8
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-21/+22
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-22/+21
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-21/+22
* [clangd] Send CodeAction responses to textDocument/codeAction (LSP 3.8)Sam McCall2018-10-161-15/+41
* Remove possibility to change compile database path at runtimeSimon Marchi2018-10-161-13/+14
* [clangd] Return Command objects from onCodeAction, rather than ad-hoc JSON. NFCSam McCall2018-10-121-8/+9
* [clangd] NFC: Migrate to LLVM STLExtras API where possibleKirill Bobyrev2018-10-071-2/+1
* Introduce completionItemKind capability support.Kadir Cetinkaya2018-09-271-3/+23
* [clangd] Fix crash if pending computations were active on exitIlya Biryukov2018-09-261-61/+65
* [clangd] Allow all LSP methods to signal cancellation via $/cancelRequestSam McCall2018-09-131-66/+10
* [clangd] Simplify cancellation public APISam McCall2018-09-131-5/+4
OpenPOWER on IntegriCloud