index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
ClangdLSPServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
1
-0
/
+24
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
1
-24
/
+0
*
[clangd] Introduce paragraph, the first part of new rendering structs
Kadir Cetinkaya
2019-12-13
1
-2
/
+2
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
1
-0
/
+24
*
[clangd] (take 2) Try harder to find a plausible `clang` as argv0, particular...
Sam McCall
2019-12-06
1
-1
/
+4
*
[clangd] Implement cross-file rename.
Haojian Wu
2019-11-26
1
-15
/
+21
*
[clangd] Expose the xref's incomplete flag to clangdServer API.
Haojian Wu
2019-11-18
1
-1
/
+7
*
[clangd] abort if shutdown takes more than a minute.
Sam McCall
2019-10-23
1
-3
/
+5
*
[clangd] Propagate main context into ClangdServer
Kadir Cetinkaya
2019-10-15
1
-9
/
+16
*
[clangd] Make sure ReplyCallbacks are destroyed before RequestCancelersMutex
Kadir Cetinkaya
2019-10-09
1
-10
/
+13
*
[clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.
Haojian Wu
2019-10-07
1
-1
/
+1
*
[clangd] Always send file URIs to editors
Kadir Cetinkaya
2019-10-02
1
-1
/
+1
*
[clangd] Use the index-based API to do the header-source switch.
Haojian Wu
2019-10-01
1
-4
/
+10
*
[clangd] Add semantic selection to ClangdLSPServer.
Utkarsh Saxena
2019-09-24
1
-0
/
+45
*
[clangd] Support multifile edits as output of Tweaks
Kadir Cetinkaya
2019-09-09
1
-9
/
+50
*
[clangd] Replace HighlightingKind::NumKinds with LastKind. NFC
Ilya Biryukov
2019-09-09
1
-1
/
+1
*
[clangd] Send highlighting diff beyond the end of the file.
Haojian Wu
2019-08-26
1
-3
/
+2
*
[clangd] Send suppported codeActionKinds to the client.
Haojian Wu
2019-08-22
1
-1
/
+11
*
[clangd] suppress -Wparentheses warning: suggest parentheses around ‘&&’ ...
Haojian Wu
2019-08-16
1
-1
/
+1
*
[clangd] Simplify code of ClangdLSPServer::onCommand
Ilya Biryukov
2019-08-16
1
-41
/
+33
*
[clangd] Remove Bind, use C++14 lambda captures instead. NFC
Ilya Biryukov
2019-08-16
1
-4
/
+12
*
[clangd] Don't use Bind() where C++14 move capture works
Benjamin Kramer
2019-08-15
1
-132
/
+110
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clangd] Add a callback mechanism for handling responses from client.
Haojian Wu
2019-08-05
1
-23
/
+113
*
[clangd] Duplicate lines of semantic highlightings sent removed.
Johan Vikstrom
2019-08-01
1
-2
/
+17
*
[clangd] Implement "prepareRename"
Haojian Wu
2019-07-24
1
-1
/
+16
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-13
1
-0
/
+8
*
Revert "[clangd] Implement typeHierarchy/resolve for subtypes"
Russell Gallop
2019-07-12
1
-8
/
+0
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-12
1
-0
/
+8
*
[clangd] Add a flag to clangdServer rename function to control whether we wan...
Haojian Wu
2019-07-10
1
-1
/
+1
*
[clangd] Use -completion-style=bundled by default if signature help is available
Sam McCall
2019-07-08
1
-0
/
+2
*
[clangd] Some tweaks on semantic highlighting lookuptable.
Haojian Wu
2019-07-04
1
-1
/
+12
*
[clangd] Emit publishSemanticHighlighting in LSP if enabled
Johan Vikstrom
2019-07-04
1
-0
/
+20
*
[clangd] Enable extraction of system includes from custom toolchains
Kadir Cetinkaya
2019-06-26
1
-1
/
+7
*
Revert "[clangd] Return vector<TextEdit> from applyTweak. NFC"
Sam McCall
2019-06-19
1
-2
/
+2
*
[clangd] Return vector<TextEdit> from applyTweak. NFC
Ilya Biryukov
2019-06-18
1
-2
/
+2
*
[clangd] Add hidden tweaks to dump AST/selection.
Sam McCall
2019-06-18
1
-10
/
+25
*
[clangd] Add a capability to enable completions with fixes.
Sam McCall
2019-06-18
1
-0
/
+1
*
[clangd] Return TextEdits from ClangdServer::applyTweak
Ilya Biryukov
2019-06-12
1
-2
/
+2
*
[clangd] Revamp textDocument/onTypeFormatting.
Sam McCall
2019-06-10
1
-6
/
+2
*
[clangd] Return empty results on spurious completion triggers
Ilya Biryukov
2019-06-07
1
-12
/
+6
*
Fix Wshadow warning
Simon Pilgrim
2019-06-04
1
-2
/
+2
*
[clangd] Support offsets for parameters in signatureHelp
Ilya Biryukov
2019-06-04
1
-1
/
+17
*
[clangd] Represent Hover result using FormattedString
Ilya Biryukov
2019-05-29
1
-10
/
+22
*
[clangd] Introduce a structured hover response
Kadir Cetinkaya
2019-05-28
1
-1
/
+14
*
[clangd] Oops, switchSourceHeader still needs to return a URI.
Sam McCall
2019-05-07
1
-2
/
+2
*
[clangd] switchSourceHeader uses null not empty string as sentinel.
Sam McCall
2019-05-07
1
-4
/
+7
*
[clangd] Support relatedInformation in diagnostics.
Sam McCall
2019-04-18
1
-0
/
+2
*
[clangd] Return clangd::TextEdit in ClangdServer::rename. NFC
Ilya Biryukov
2019-04-03
1
-12
/
+6
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-10
/
+38
[next]