summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdLSPServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...Sam McCall2020-01-021-0/+24
* Revert "[clangd] Implement "textDocument/documentLink" protocol support"Dmitri Gribenko2019-12-161-24/+0
* [clangd] Introduce paragraph, the first part of new rendering structsKadir Cetinkaya2019-12-131-2/+2
* [clangd] Implement "textDocument/documentLink" protocol supportMichael Forster2019-12-121-0/+24
* [clangd] (take 2) Try harder to find a plausible `clang` as argv0, particular...Sam McCall2019-12-061-1/+4
* [clangd] Implement cross-file rename.Haojian Wu2019-11-261-15/+21
* [clangd] Expose the xref's incomplete flag to clangdServer API.Haojian Wu2019-11-181-1/+7
* [clangd] abort if shutdown takes more than a minute.Sam McCall2019-10-231-3/+5
* [clangd] Propagate main context into ClangdServerKadir Cetinkaya2019-10-151-9/+16
* [clangd] Make sure ReplyCallbacks are destroyed before RequestCancelersMutexKadir Cetinkaya2019-10-091-10/+13
* [clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.Haojian Wu2019-10-071-1/+1
* [clangd] Always send file URIs to editorsKadir Cetinkaya2019-10-021-1/+1
* [clangd] Use the index-based API to do the header-source switch.Haojian Wu2019-10-011-4/+10
* [clangd] Add semantic selection to ClangdLSPServer.Utkarsh Saxena2019-09-241-0/+45
* [clangd] Support multifile edits as output of TweaksKadir Cetinkaya2019-09-091-9/+50
* [clangd] Replace HighlightingKind::NumKinds with LastKind. NFCIlya Biryukov2019-09-091-1/+1
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-261-3/+2
* [clangd] Send suppported codeActionKinds to the client.Haojian Wu2019-08-221-1/+11
* [clangd] suppress -Wparentheses warning: suggest parentheses around ‘&&’ ...Haojian Wu2019-08-161-1/+1
* [clangd] Simplify code of ClangdLSPServer::onCommandIlya Biryukov2019-08-161-41/+33
* [clangd] Remove Bind, use C++14 lambda captures instead. NFCIlya Biryukov2019-08-161-4/+12
* [clangd] Don't use Bind() where C++14 move capture worksBenjamin Kramer2019-08-151-132/+110
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] Add a callback mechanism for handling responses from client.Haojian Wu2019-08-051-23/+113
* [clangd] Duplicate lines of semantic highlightings sent removed.Johan Vikstrom2019-08-011-2/+17
* [clangd] Implement "prepareRename"Haojian Wu2019-07-241-1/+16
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-131-0/+8
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-121-8/+0
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-121-0/+8
* [clangd] Add a flag to clangdServer rename function to control whether we wan...Haojian Wu2019-07-101-1/+1
* [clangd] Use -completion-style=bundled by default if signature help is availableSam McCall2019-07-081-0/+2
* [clangd] Some tweaks on semantic highlighting lookuptable.Haojian Wu2019-07-041-1/+12
* [clangd] Emit publishSemanticHighlighting in LSP if enabledJohan Vikstrom2019-07-041-0/+20
* [clangd] Enable extraction of system includes from custom toolchainsKadir Cetinkaya2019-06-261-1/+7
* Revert "[clangd] Return vector<TextEdit> from applyTweak. NFC"Sam McCall2019-06-191-2/+2
* [clangd] Return vector<TextEdit> from applyTweak. NFCIlya Biryukov2019-06-181-2/+2
* [clangd] Add hidden tweaks to dump AST/selection.Sam McCall2019-06-181-10/+25
* [clangd] Add a capability to enable completions with fixes.Sam McCall2019-06-181-0/+1
* [clangd] Return TextEdits from ClangdServer::applyTweakIlya Biryukov2019-06-121-2/+2
* [clangd] Revamp textDocument/onTypeFormatting.Sam McCall2019-06-101-6/+2
* [clangd] Return empty results on spurious completion triggersIlya Biryukov2019-06-071-12/+6
* Fix Wshadow warningSimon Pilgrim2019-06-041-2/+2
* [clangd] Support offsets for parameters in signatureHelpIlya Biryukov2019-06-041-1/+17
* [clangd] Represent Hover result using FormattedStringIlya Biryukov2019-05-291-10/+22
* [clangd] Introduce a structured hover responseKadir Cetinkaya2019-05-281-1/+14
* [clangd] Oops, switchSourceHeader still needs to return a URI.Sam McCall2019-05-071-2/+2
* [clangd] switchSourceHeader uses null not empty string as sentinel.Sam McCall2019-05-071-4/+7
* [clangd] Support relatedInformation in diagnostics.Sam McCall2019-04-181-0/+2
* [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
OpenPOWER on IntegriCloud