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
/
Protocol.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
1
-0
/
+33
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
1
-33
/
+0
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
1
-0
/
+33
*
[clangd] Inactive regions support as an extension to semantic highlighting
Nathan Ridge
2019-11-21
1
-0
/
+5
*
[clangd] Add semantic selection to ClangdLSPServer.
Utkarsh Saxena
2019-09-24
1
-0
/
+23
*
[clangd] Initialize int field to zero. NFC
Ilya Biryukov
2019-09-05
1
-1
/
+1
*
[clangd] Add a callback mechanism for handling responses from client.
Haojian Wu
2019-08-05
1
-0
/
+6
*
[clangd] Implement "prepareRename"
Haojian Wu
2019-07-24
1
-0
/
+4
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-13
1
-5
/
+18
*
Revert "[clangd] Implement typeHierarchy/resolve for subtypes"
Russell Gallop
2019-07-12
1
-18
/
+5
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-12
1
-5
/
+18
*
[clangd] Use -completion-style=bundled by default if signature help is available
Sam McCall
2019-07-08
1
-0
/
+8
*
[clangd] Deduplicate clang-tidy diagnostic messages.
Haojian Wu
2019-07-05
1
-9
/
+3
*
[clangd] Emit publishSemanticHighlighting in LSP if enabled
Johan Vikstrom
2019-07-04
1
-0
/
+24
*
[clangd] Include the diagnostics's code when comparing diagnostics
Nathan Ridge
2019-06-19
1
-4
/
+9
*
[clangd] Correct the MessageType enum values.
Haojian Wu
2019-06-19
1
-3
/
+3
*
[clangd] Add hidden tweaks to dump AST/selection.
Sam McCall
2019-06-18
1
-0
/
+23
*
[clangd] Add a capability to enable completions with fixes.
Sam McCall
2019-06-18
1
-0
/
+5
*
[clangd] Stop marshalling/requiring FormattingOptions. We never did anything ...
Sam McCall
2019-06-10
1
-18
/
+7
*
[clangd] Support offsets for parameters in signatureHelp
Ilya Biryukov
2019-06-04
1
-2
/
+11
*
[clangd] Represent Hover result using FormattedString
Ilya Biryukov
2019-05-29
1
-5
/
+12
*
[clangd] Minor code style cleanups in Protocol.h. NFC
Ilya Biryukov
2019-05-03
1
-6
/
+5
*
[clangd] Support relatedInformation in diagnostics.
Sam McCall
2019-04-18
1
-0
/
+20
*
[clangd] Include textual diagnostic ID as Diagnostic.code.
Sam McCall
2019-04-17
1
-4
/
+2
*
[clangd] Support UTF-32 (i.e. codepoint) offsets.
Sam McCall
2019-03-28
1
-0
/
+4
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-0
/
+15
*
[clangd] Add support for type hierarchy (super types only for now)
Kadir Cetinkaya
2019-03-19
1
-0
/
+68
*
[clangd] Interfaces for writing code tweaks
Ilya Biryukov
2019-01-29
1
-0
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Check preceding char when completion triggers on ':' or '>'
Ilya Biryukov
2019-01-03
1
-0
/
+25
*
[clangd] Expose FileStatus to LSP.
Haojian Wu
2018-12-20
1
-0
/
+15
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-1
/
+19
*
[clangd] textDocument/SymbolInfo extension
Jan Korous
2018-11-27
1
-0
/
+20
*
[clangd][NFC] Move SymbolID to a separate file
Jan Korous
2018-11-27
1
-0
/
+1
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-0
/
+39
*
[clangd] Add fallbackFlags initialization extension.
Sam McCall
2018-11-02
1
-0
/
+4
*
[clangd] Remove didOpen extraFlags extension.
Sam McCall
2018-11-02
1
-8
/
+0
*
[clangd] Clean up LSP structs around configuration. NFC, no protocol changes.
Sam McCall
2018-10-25
1
-17
/
+15
*
[clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...
Sam McCall
2018-10-24
1
-4
/
+9
*
[clangd] Simplify client capabilities parsing.
Sam McCall
2018-10-17
1
-99
/
+27
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...
Sam McCall
2018-10-17
1
-0
/
+17
*
Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...
Krasimir Georgiev
2018-10-16
1
-17
/
+0
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.
Sam McCall
2018-10-16
1
-0
/
+17
*
[clangd] Send CodeAction responses to textDocument/codeAction (LSP 3.8)
Sam McCall
2018-10-16
1
-0
/
+31
*
Remove possibility to change compile database path at runtime
Simon Marchi
2018-10-16
1
-3
/
+8
*
[clangd] Return Command objects from onCodeAction, rather than ad-hoc JSON. NFC
Sam McCall
2018-10-12
1
-1
/
+0
*
Introduce completionItemKind capability support.
Kadir Cetinkaya
2018-09-27
1
-32
/
+55
*
Tell whether file/folder for include completions.
Kadir Cetinkaya
2018-09-27
1
-0
/
+7
*
[clangd] Allow all LSP methods to signal cancellation via $/cancelRequest
Sam McCall
2018-09-13
1
-14
/
+0
[next]