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] 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
*
PrintEscapedString -> printEscapedString
Jonas Devlieghere
2018-05-31
1
-1
/
+1
*
[clangd] Remove LSP command-based #include insertion.
Eric Liu
2018-05-15
1
-22
/
+0
*
[clangd] Implementation of workspace/symbol request
Marc-Andre Laperle
2018-04-23
1
-0
/
+78
*
[clangd] Use operator<< to prevent printers issues in Gtest
Marc-Andre Laperle
2018-04-10
1
-0
/
+21
*
[clangd] Support incremental document syncing
Simon Marchi
2018-03-26
1
-1
/
+2
*
[clangd] don't insert new includes if either original header or canonical hea...
Eric Liu
2018-02-26
1
-2
/
+5
*
[clangd] Extend textDocument/didChange to specify whether diagnostics should ...
Eric Liu
2018-02-22
1
-1
/
+2
*
[clangd] DidChangeConfiguration Notification
Simon Marchi
2018-02-22
1
-0
/
+10
*
[clangd] Rename some protocol field to lower case
Marc-Andre Laperle
2018-02-16
1
-6
/
+6
*
[clangd] Implement textDocument/hover
Marc-Andre Laperle
2018-02-16
1
-0
/
+29
*
[clangd] collect symbol #include & insert #include in global code completion.
Eric Liu
2018-02-16
1
-0
/
+29
*
[clangd] Assert path is absolute when assigning to URIForFile.
Ilya Biryukov
2018-02-16
1
-5
/
+8
*
[clangd] Enable snippet completion based on client capabilities.
Ilya Biryukov
2018-02-15
1
-0
/
+36
*
[clangd] Add a test URI scheme for lit tests to unbreak platform-specific URI...
Eric Liu
2018-01-31
1
-1
/
+1
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-5
/
+3
*
[clangd] Fix windows path manipulation
Sam McCall
2018-01-30
1
-2
/
+6
*
[clangd] Use new URI with scheme support in place of the existing LSP URI
Eric Liu
2018-01-29
1
-32
/
+21
[next]