summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdLSPServer.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/+2
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-2/+0
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+2
* [clangd] abort if shutdown takes more than a minute.Sam McCall2019-10-231-3/+3
* [clangd][NFC] Update comments to use triple-slashesKadir Cetinkaya2019-10-151-3/+4
* [clangd] Propagate main context into ClangdServerKadir Cetinkaya2019-10-151-0/+6
* [clangd] Propagate context into reply handlersKadir Cetinkaya2019-10-091-1/+1
* [clangd] Add semantic selection to ClangdLSPServer.Utkarsh Saxena2019-09-241-0/+2
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-261-3/+3
* [clangd] Don't use Bind() where C++14 move capture worksBenjamin Kramer2019-08-151-15/+15
* [clangd] Add a callback mechanism for handling responses from client.Haojian Wu2019-08-051-2/+25
* [clangd] Duplicate lines of semantic highlightings sent removed.Johan Vikstrom2019-08-011-3/+5
* [clangd] Implement "prepareRename"Haojian Wu2019-07-241-0/+2
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-0/+2
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-2/+0
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-0/+2
* [clangd] Add missing changes for 365111Johan Vikstrom2019-07-041-2/+3
* [clangd] Emit publishSemanticHighlighting in LSP if enabledJohan Vikstrom2019-07-041-0/+5
* [clangd] Support offsets for parameters in signatureHelpIlya Biryukov2019-06-041-2/+3
* [clangd] Represent Hover result using FormattedStringIlya Biryukov2019-05-291-1/+4
* [clangd] Oops, switchSourceHeader still needs to return a URI.Sam McCall2019-05-071-1/+1
* [clangd] switchSourceHeader uses null not empty string as sentinel.Sam McCall2019-05-071-1/+1
* clangd: fix the build with XPCSaleem Abdulrasool2019-04-101-0/+1
* [clangd] Support utf-8 offsets (rather than utf-16) as a protocol extensionSam McCall2019-03-271-0/+2
* [clangd] Send empty diagnostics when a file is closedIlya Biryukov2019-03-251-0/+4
* [clangd] Add support for type hierarchy (super types only for now)Kadir Cetinkaya2019-03-191-0/+2
* [clangd] Implement textDocument/declaration from LSP 3.14Sam McCall2019-02-011-0/+2
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-221-2/+3
* 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-2/+7
* [clangd] Expose FileStatus to LSP.Haojian Wu2018-12-201-2/+4
* [clangd] textDocument/SymbolInfo extensionJan Korous2018-11-271-0/+2
* [clangd] Enable auto-index behind a flag.Sam McCall2018-11-261-0/+1
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-1/+6
* [clangd] Make in-memory CDB always available as an overlay, refactor.Sam McCall2018-11-021-35/+8
* [clangd] Remove didOpen extraFlags extension.Sam McCall2018-11-021-6/+0
* [clangd] Clean up LSP structs around configuration. NFC, no protocol changes.Sam McCall2018-10-251-1/+1
* [clangd] Fix -compile-commands-dir flag, broken in r345031Sam McCall2018-10-251-0/+1
* [clangd] Don't invalidate LSP-set compile commands when closing a file.Sam McCall2018-10-251-2/+0
* [clangd] When replying, log the method name and latency.Sam McCall2018-10-241-1/+0
* [clangd] Remove outdated comment-out code. NFCIlya Biryukov2018-10-241-1/+0
* [clangd] Lazily create CDB, remove setCompileCommandsDir.Sam McCall2018-10-231-8/+3
* [clangd] Remove caching of compilation database commands.Sam McCall2018-10-231-6/+2
* [clangd] Enforce rules around "initialize" request, and create ClangdServer l...Sam McCall2018-10-181-6/+4
* [clangd] Lay JSONRPCDispatcher to rest.Sam McCall2018-10-181-31/+51
* [clangd] Rename and move trivial logger to Logger.cpp. NFCSam McCall2018-10-171-1/+0
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall2018-10-171-14/+6
* Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev2018-10-161-7/+14
* [clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall2018-10-161-14/+7
OpenPOWER on IntegriCloud