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
/
ClangdLSPServer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
1
-0
/
+2
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
1
-2
/
+0
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
1
-0
/
+2
*
[clangd] abort if shutdown takes more than a minute.
Sam McCall
2019-10-23
1
-3
/
+3
*
[clangd][NFC] Update comments to use triple-slashes
Kadir Cetinkaya
2019-10-15
1
-3
/
+4
*
[clangd] Propagate main context into ClangdServer
Kadir Cetinkaya
2019-10-15
1
-0
/
+6
*
[clangd] Propagate context into reply handlers
Kadir Cetinkaya
2019-10-09
1
-1
/
+1
*
[clangd] Add semantic selection to ClangdLSPServer.
Utkarsh Saxena
2019-09-24
1
-0
/
+2
*
[clangd] Send highlighting diff beyond the end of the file.
Haojian Wu
2019-08-26
1
-3
/
+3
*
[clangd] Don't use Bind() where C++14 move capture works
Benjamin Kramer
2019-08-15
1
-15
/
+15
*
[clangd] Add a callback mechanism for handling responses from client.
Haojian Wu
2019-08-05
1
-2
/
+25
*
[clangd] Duplicate lines of semantic highlightings sent removed.
Johan Vikstrom
2019-08-01
1
-3
/
+5
*
[clangd] Implement "prepareRename"
Haojian Wu
2019-07-24
1
-0
/
+2
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-13
1
-0
/
+2
*
Revert "[clangd] Implement typeHierarchy/resolve for subtypes"
Russell Gallop
2019-07-12
1
-2
/
+0
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-12
1
-0
/
+2
*
[clangd] Add missing changes for 365111
Johan Vikstrom
2019-07-04
1
-2
/
+3
*
[clangd] Emit publishSemanticHighlighting in LSP if enabled
Johan Vikstrom
2019-07-04
1
-0
/
+5
*
[clangd] Support offsets for parameters in signatureHelp
Ilya Biryukov
2019-06-04
1
-2
/
+3
*
[clangd] Represent Hover result using FormattedString
Ilya Biryukov
2019-05-29
1
-1
/
+4
*
[clangd] Oops, switchSourceHeader still needs to return a URI.
Sam McCall
2019-05-07
1
-1
/
+1
*
[clangd] switchSourceHeader uses null not empty string as sentinel.
Sam McCall
2019-05-07
1
-1
/
+1
*
clangd: fix the build with XPC
Saleem Abdulrasool
2019-04-10
1
-0
/
+1
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-0
/
+2
*
[clangd] Send empty diagnostics when a file is closed
Ilya Biryukov
2019-03-25
1
-0
/
+4
*
[clangd] Add support for type hierarchy (super types only for now)
Kadir Cetinkaya
2019-03-19
1
-0
/
+2
*
[clangd] Implement textDocument/declaration from LSP 3.14
Sam McCall
2019-02-01
1
-0
/
+2
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Check preceding char when completion triggers on ':' or '>'
Ilya Biryukov
2019-01-03
1
-2
/
+7
*
[clangd] Expose FileStatus to LSP.
Haojian Wu
2018-12-20
1
-2
/
+4
*
[clangd] textDocument/SymbolInfo extension
Jan Korous
2018-11-27
1
-0
/
+2
*
[clangd] Enable auto-index behind a flag.
Sam McCall
2018-11-26
1
-0
/
+1
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-1
/
+6
*
[clangd] Make in-memory CDB always available as an overlay, refactor.
Sam McCall
2018-11-02
1
-35
/
+8
*
[clangd] Remove didOpen extraFlags extension.
Sam McCall
2018-11-02
1
-6
/
+0
*
[clangd] Clean up LSP structs around configuration. NFC, no protocol changes.
Sam McCall
2018-10-25
1
-1
/
+1
*
[clangd] Fix -compile-commands-dir flag, broken in r345031
Sam McCall
2018-10-25
1
-0
/
+1
*
[clangd] Don't invalidate LSP-set compile commands when closing a file.
Sam McCall
2018-10-25
1
-2
/
+0
*
[clangd] When replying, log the method name and latency.
Sam McCall
2018-10-24
1
-1
/
+0
*
[clangd] Remove outdated comment-out code. NFC
Ilya Biryukov
2018-10-24
1
-1
/
+0
*
[clangd] Lazily create CDB, remove setCompileCommandsDir.
Sam McCall
2018-10-23
1
-8
/
+3
*
[clangd] Remove caching of compilation database commands.
Sam McCall
2018-10-23
1
-6
/
+2
*
[clangd] Enforce rules around "initialize" request, and create ClangdServer l...
Sam McCall
2018-10-18
1
-6
/
+4
*
[clangd] Lay JSONRPCDispatcher to rest.
Sam McCall
2018-10-18
1
-31
/
+51
*
[clangd] Rename and move trivial logger to Logger.cpp. NFC
Sam McCall
2018-10-17
1
-1
/
+0
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...
Sam McCall
2018-10-17
1
-14
/
+6
*
Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...
Krasimir Georgiev
2018-10-16
1
-7
/
+14
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.
Sam McCall
2018-10-16
1
-14
/
+7
[next]