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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Expose Code Completion score to the client
Kirill Bobyrev
2020-02-13
1
-0
/
+1
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
1
-0
/
+13
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
1
-13
/
+0
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
1
-0
/
+13
*
[clangd] Inactive regions support as an extension to semantic highlighting
Nathan Ridge
2019-11-21
1
-1
/
+2
*
[clangd] Fix typo in symbol kind conversion
Sam McCall
2019-11-15
1
-1
/
+1
*
[clangd] Add semantic selection to ClangdLSPServer.
Utkarsh Saxena
2019-09-24
1
-0
/
+13
*
[clangd] Add a callback mechanism for handling responses from client.
Haojian Wu
2019-08-05
1
-0
/
+9
*
[clangd] Implement "prepareRename"
Haojian Wu
2019-07-24
1
-0
/
+4
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-13
1
-4
/
+13
*
Revert "[clangd] Implement typeHierarchy/resolve for subtypes"
Russell Gallop
2019-07-12
1
-13
/
+4
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-12
1
-4
/
+13
*
[clangd] Use -completion-style=bundled by default if signature help is available
Sam McCall
2019-07-08
1
-0
/
+1
*
[clangd] Emit publishSemanticHighlighting in LSP if enabled
Johan Vikstrom
2019-07-04
1
-0
/
+23
*
[clangd] Add hidden tweaks to dump AST/selection.
Sam McCall
2019-06-18
1
-0
/
+9
*
[clangd] Add a capability to enable completions with fixes.
Sam McCall
2019-06-18
1
-0
/
+2
*
[clangd] Stop marshalling/requiring FormattingOptions. We never did anything ...
Sam McCall
2019-06-10
1
-18
/
+3
*
Fix -Wparentheses warning. NFCI.
Simon Pilgrim
2019-06-04
1
-2
/
+2
*
[clangd] Support offsets for parameters in signatureHelp
Ilya Biryukov
2019-06-04
1
-2
/
+16
*
[clangd] Represent Hover result using FormattedString
Ilya Biryukov
2019-05-29
1
-0
/
+32
*
[clangd] Introduce a structured hover response
Kadir Cetinkaya
2019-05-28
1
-0
/
+1
*
[clangd] Support relatedInformation in diagnostics.
Sam McCall
2019-04-18
1
-0
/
+11
*
[clangd] Include textual diagnostic ID as Diagnostic.code.
Sam McCall
2019-04-17
1
-0
/
+6
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-03-29
1
-0
/
+1
*
[clangd] Support UTF-32 (i.e. codepoint) offsets.
Sam McCall
2019-03-28
1
-7
/
+14
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-0
/
+27
*
[clangd] Add support for type hierarchy (super types only for now)
Kadir Cetinkaya
2019-03-19
1
-0
/
+115
*
Moved Ref into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-1
/
+0
*
[clangd] Interfaces for writing code tweaks
Ilya Biryukov
2019-01-29
1
-0
/
+19
*
[clangd] NFC: fix clang-tidy warnings.
Haojian Wu
2019-01-25
1
-12
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-150
/
+159
*
[clangd] Check preceding char when completion triggers on ':' or '>'
Ilya Biryukov
2019-01-03
1
-0
/
+23
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-16
/
+17
*
[clangd] Expose FileStatus to LSP.
Haojian Wu
2018-12-20
1
-0
/
+7
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-10
/
+25
*
[clangd] Fix backward-compatibility - follow-up to textDocument/SymbolInfo
Jan Korous
2018-11-28
1
-1
/
+2
*
[clangd] textDocument/SymbolInfo extension
Jan Korous
2018-11-27
1
-0
/
+40
*
[clangd] Cleanup after landing documentSymbol. NFC
Ilya Biryukov
2018-11-26
1
-3
/
+4
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-0
/
+25
*
[clangd] Add fallbackFlags initialization extension.
Sam McCall
2018-11-02
1
-0
/
+1
*
[clangd] Remove didOpen extraFlags extension.
Sam McCall
2018-11-02
1
-10
/
+1
*
[clangd] Clean up LSP structs around configuration. NFC, no protocol changes.
Sam McCall
2018-10-25
1
-10
/
+12
*
[clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...
Sam McCall
2018-10-24
1
-4
/
+7
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-21
/
+17
*
[clangd] Simplify client capabilities parsing.
Sam McCall
2018-10-17
1
-70
/
+41
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...
Sam McCall
2018-10-17
1
-0
/
+2
*
Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...
Krasimir Georgiev
2018-10-16
1
-2
/
+0
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.
Sam McCall
2018-10-16
1
-0
/
+2
*
[clangd] Send CodeAction responses to textDocument/codeAction (LSP 3.8)
Sam McCall
2018-10-16
1
-0
/
+29
[next]