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] 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
*
[clangd] Add ClangdUnit diagnostics tests using annotated code.
Sam McCall
2018-01-25
1
-0
/
+28
*
[clangd] Get rid of unnecessary global variable. No functionality change.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
[clangd] Add debug printers for basic protocol types. NFC
Sam McCall
2017-12-20
1
-0
/
+16
*
[clangd] Put all #includes in one block in clangd source files. NFC
Eric Liu
2017-12-14
1
-1
/
+0
*
[clangd] Document highlights for clangd
Ilya Biryukov
2017-12-12
1
-0
/
+7
*
[clangd] New conventions for JSON-marshalling functions, centralize machinery
Sam McCall
2017-11-30
1
-382
/
+181
*
[clangd] Simplify common JSON-parsing patterns in Protocol.
Sam McCall
2017-11-29
1
-366
/
+258
*
[clangd] Switch from YAMLParser to JSONExpr
Sam McCall
2017-11-28
1
-783
/
+325
*
Make helper function static. NFC.
Benjamin Kramer
2017-11-27
1
-1
/
+1
*
[clangd] clang-format the source code. NFC.
Ilya Biryukov
2017-11-15
1
-1
/
+1
*
[clangd] Support returning a limited number of completion results.
Sam McCall
2017-11-15
1
-0
/
+7
*
[clangd] Add rename support.
Haojian Wu
2017-11-09
1
-0
/
+48
*
[clangd] Sort completion results.
Sam McCall
2017-11-08
1
-0
/
+5
*
Adds a json::Expr type to represent intermediate JSON expressions.
Sam McCall
2017-11-06
1
-131
/
+66
*
[clangd] Handle clangd.applyFix server-side
Marc-Andre Laperle
2017-11-03
1
-0
/
+160
*
[clangd] less boilerplate in RPC dispatch
Sam McCall
2017-10-12
1
-3
/
+8
*
[clangd] clang-format the source code. NFC.
Ilya Biryukov
2017-10-10
1
-4
/
+8
*
[clangd] Add textDocument/signatureHelp
Ilya Biryukov
2017-10-06
1
-0
/
+55
*
[clangd] Handle workspace/didChangeWatchedFiles
Marc-Andre Laperle
2017-10-02
1
-0
/
+78
*
[clangd] Handle InitializeParams and store rootUri
Marc-Andre Laperle
2017-09-27
1
-0
/
+57
*
[clangd] Introduced Logger interface.
Ilya Biryukov
2017-09-20
1
-62
/
+64
*
[clangd] Fix codeAction not decoded properly when sent from some clients
Marc-Andre Laperle
2017-09-18
1
-58
/
+87
*
[clangd] Add support for snippet completions
Ilya Biryukov
2017-09-12
1
-2
/
+2
*
[clangd] Run clang-format on all clangd sources. NFC.
Ilya Biryukov
2017-08-02
1
-5
/
+2
*
[clangd] Add support for per-file extra flags
Krasimir Georgiev
2017-07-06
1
-0
/
+32
*
[clangd] Add "Go to Declaration" functionality
Marc-Andre Laperle
2017-06-28
1
-1
/
+9
[next]