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] 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
*
Remove possibility to change compile database path at runtime
Simon Marchi
2018-10-16
1
-1
/
+10
*
Introduce completionItemKind capability support.
Kadir Cetinkaya
2018-09-27
1
-0
/
+51
*
[clangd] Allow all LSP methods to signal cancellation via $/cancelRequest
Sam McCall
2018-09-13
1
-33
/
+0
*
[clangd] Add "Deprecated" field to Symbol and CodeCompletion.
Eric Liu
2018-09-06
1
-0
/
+2
*
[clangd] Add xrefs LSP boilerplate implementation.
Sam McCall
2018-09-05
1
-0
/
+5
*
[clangd] Initial cancellation mechanism for LSP requests.
Kadir Cetinkaya
2018-08-24
1
-0
/
+33
*
[clangd] send diagnostic categories only when 'categorySupport'
Alex Lorenz
2018-08-22
1
-0
/
+1
*
[clangd] extend the publishDiagnostics response to send back fixits to the
Alex Lorenz
2018-08-10
1
-0
/
+10
*
[clangd] allow clients to control the compilation database by passing in
Alex Lorenz
2018-08-01
1
-1
/
+9
*
[clangd] Receive compilationDatabasePath in 'initialize' request
Simon Marchi
2018-08-01
1
-1
/
+1
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-3
/
+3
*
[clangd] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-3
/
+4
*
[clangd] Remove JSON library in favor of llvm/Support/JSON
Sam McCall
2018-07-09
1
-90
/
+92
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-0
/
+5
[next]