index
:
clang/clang-tools-extra.git
release_60-based
release_70-based
release_80-based
upstream/master
upstream/release_32
upstream/release_33
upstream/release_34
upstream/release_35
upstream/release_35@215016
upstream/release_36
upstream/release_37
upstream/release_38
upstream/release_39
upstream/release_40
upstream/release_50
upstream/release_60
upstream/release_70
upstream/release_80
upstream/release_90
upstream/stable
upstream/testing
(deprecated) Vendor branches of https://git.llvm.org/git/clang-tools-extra.git , use clang/llvm-project instead.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clangd
/
ProtocolHandlers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-4
/
+3
*
[clangd] Document highlights for clangd
Ilya Biryukov
2017-12-12
1
-0
/
+2
*
[clangd] Logger implicitly adds newline
Sam McCall
2017-11-30
1
-1
/
+1
*
[clangd] New conventions for JSON-marshalling functions, centralize machinery
Sam McCall
2017-11-30
1
-6
/
+4
*
[clangd] Switch from YAMLParser to JSONExpr
Sam McCall
2017-11-28
1
-3
/
+3
*
[clangd] Add rename support.
Haojian Wu
2017-11-09
1
-0
/
+1
*
[clangd] Handle clangd.applyFix server-side
Marc-Andre Laperle
2017-11-03
1
-0
/
+1
*
Performance tracing facility for clangd.
Sam McCall
2017-11-02
1
-1
/
+5
*
[clangd] Handle exit notification (proper shutdown)
Ilya Biryukov
2017-10-25
1
-0
/
+1
*
[clangd] less boilerplate in RPC dispatch
Sam McCall
2017-10-12
1
-283
/
+43
*
[clangd] clang-format the source code. NFC.
Ilya Biryukov
2017-10-10
1
-2
/
+2
*
[clangd] Add textDocument/signatureHelp
Ilya Biryukov
2017-10-06
1
-0
/
+20
*
[clangd] Handle workspace/didChangeWatchedFiles
Marc-Andre Laperle
2017-10-02
1
-1
/
+23
*
Small clangd cleanups, NFC
Sam McCall
2017-09-29
1
-1
/
+1
*
[clangd] LSP extension to switch between source/header file
Marc-Andre Laperle
2017-09-28
1
-0
/
+19
*
[clangd] Handle InitializeParams and store rootUri
Marc-Andre Laperle
2017-09-27
1
-1
/
+7
*
[clangd] Fix codeAction not decoded properly when sent from some clients
Marc-Andre Laperle
2017-09-18
1
-9
/
+9
*
[clangd] Run clang-format on all clangd sources. NFC.
Ilya Biryukov
2017-08-02
1
-1
/
+2
*
[clangd] Add "Go to Declaration" functionality
Marc-Andre Laperle
2017-06-28
1
-0
/
+20
*
[clangd] Refactor ProtocolHandlers to decouple them from ClangdLSPServer
Ilya Biryukov
2017-05-16
1
-164
/
+175
*
Restored r303067 and fixed failing test.
Ilya Biryukov
2017-05-16
1
-11
/
+12
*
Revert "[ClangD] Refactor clangd into separate components"
Adam Nemet
2017-05-15
1
-12
/
+11
*
[ClangD] Refactor clangd into separate components
Ilya Biryukov
2017-05-15
1
-11
/
+12
*
[clangd] Remove ASTUnits for closed documents and cache CompilationDatabase p...
Krasimir Georgiev
2017-04-10
1
-1
/
+12
*
[clangd] Extract FsPath from file:// uri
Krasimir Georgiev
2017-04-07
1
-14
/
+11
*
[clangd] Add code completion support
Krasimir Georgiev
2017-04-04
1
-0
/
+22
*
[clangd] Add support for FixIts.
Benjamin Kramer
2017-03-01
1
-12
/
+52
*
[clangd] Fix Output.log error
Krasimir Georgiev
2017-02-16
1
-1
/
+1
*
[clangd] Implement format on type
Krasimir Georgiev
2017-02-16
1
-0
/
+21
*
[clangd] Fix another use after free that I missed because COW strings.
Benjamin Kramer
2017-02-15
1
-1
/
+1
*
[clangd] Synchronize logs access.
Benjamin Kramer
2017-02-15
1
-4
/
+4
*
[clangd] Fix use after free.
Benjamin Kramer
2017-02-15
1
-1
/
+1
*
[clangd] Refactor stream output into a single thread-safe output object.
Benjamin Kramer
2017-02-10
1
-4
/
+4
*
[clangd] Strip file:// from the URI when calling formatting.
Benjamin Kramer
2017-02-07
1
-0
/
+3
*
Add a prototype for clangd
Benjamin Kramer
2017-02-07
1
-0
/
+116