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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Return clangd::TextEdit in ClangdServer::rename. NFC
Ilya Biryukov
2019-04-03
1
-12
/
+6
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-10
/
+38
*
[clangd] Send empty diagnostics when a file is closed
Ilya Biryukov
2019-03-25
1
-7
/
+23
*
[clangd] Add support for type hierarchy (super types only for now)
Kadir Cetinkaya
2019-03-19
1
-0
/
+9
*
Remove trailing semicolon. NFCI.
Simon Pilgrim
2019-02-03
1
-1
/
+1
*
[Clangd] textDocument/definition and textDocument/declaration "bounce" betwee...
Sam McCall
2019-02-02
1
-7
/
+33
*
[clangd] Implement textDocument/declaration from LSP 3.14
Sam McCall
2019-02-01
1
-2
/
+33
*
[clangd] Drop fixes if replying with tweaks resulted in an error
Ilya Biryukov
2019-01-30
1
-8
/
+2
*
[clangd] Fix a use after move
Ilya Biryukov
2019-01-30
1
-2
/
+2
*
[clangd] Interfaces for writing code tweaks
Ilya Biryukov
2019-01-29
1
-16
/
+93
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-1
/
+3
*
[clangd] Filter out plugin related flags and move all commandline manipulatio...
Kadir Cetinkaya
2019-01-22
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Add Limit parameter for xref.
Haojian Wu
2019-01-14
1
-1
/
+1
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-94
/
+96
*
[clangd] Check preceding char when completion triggers on ':' or '>'
Ilya Biryukov
2019-01-03
1
-1
/
+49
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-19
/
+19
*
[clangd] Expose FileStatus to LSP.
Haojian Wu
2018-12-20
1
-1
/
+14
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-1
/
+1
*
[clangd] textDocument/SymbolInfo extension
Jan Korous
2018-11-27
1
-0
/
+7
*
[clangd] Enable auto-index behind a flag.
Sam McCall
2018-11-26
1
-0
/
+12
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-8
/
+47
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-37
/
+0
*
[clangd] Add fallbackFlags initialization extension.
Sam McCall
2018-11-02
1
-3
/
+4
*
[clangd] Make in-memory CDB always available as an overlay, refactor.
Sam McCall
2018-11-02
1
-39
/
+16
*
[clangd] Remove didOpen extraFlags extension.
Sam McCall
2018-11-02
1
-14
/
+0
*
[clangd] Clean up LSP structs around configuration. NFC, no protocol changes.
Sam McCall
2018-10-25
1
-21
/
+17
*
[clangd] Fix -compile-commands-dir flag, broken in r345031
Sam McCall
2018-10-25
1
-2
/
+3
*
[clangd] Don't invalidate LSP-set compile commands when closing a file.
Sam McCall
2018-10-25
1
-7
/
+0
*
[clangd] When replying, log the method name and latency.
Sam McCall
2018-10-24
1
-24
/
+18
*
[clangd] Ensure that we reply to each call exactly once. NFC (I think!)
Sam McCall
2018-10-24
1
-31
/
+76
*
[clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...
Sam McCall
2018-10-24
1
-37
/
+11
*
[clangd] Lazily create CDB, remove setCompileCommandsDir.
Sam McCall
2018-10-23
1
-31
/
+16
*
[clangd] Remove caching of compilation database commands.
Sam McCall
2018-10-23
1
-13
/
+2
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-40
/
+39
*
[clangd] Set workspace root when initializing ClangdServer, disallow mutation.
Sam McCall
2018-10-19
1
-5
/
+4
*
[clangd] Enforce rules around "initialize" request, and create ClangdServer l...
Sam McCall
2018-10-18
1
-7
/
+15
*
[clangd] Lay JSONRPCDispatcher to rest.
Sam McCall
2018-10-18
1
-164
/
+351
*
[clangd] Simplify client capabilities parsing.
Sam McCall
2018-10-17
1
-23
/
+8
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...
Sam McCall
2018-10-17
1
-21
/
+22
*
Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...
Krasimir Georgiev
2018-10-16
1
-22
/
+21
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.
Sam McCall
2018-10-16
1
-21
/
+22
*
[clangd] Send CodeAction responses to textDocument/codeAction (LSP 3.8)
Sam McCall
2018-10-16
1
-15
/
+41
*
Remove possibility to change compile database path at runtime
Simon Marchi
2018-10-16
1
-13
/
+14
*
[clangd] Return Command objects from onCodeAction, rather than ad-hoc JSON. NFC
Sam McCall
2018-10-12
1
-8
/
+9
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-2
/
+1
*
Introduce completionItemKind capability support.
Kadir Cetinkaya
2018-09-27
1
-3
/
+23
*
[clangd] Fix crash if pending computations were active on exit
Ilya Biryukov
2018-09-26
1
-61
/
+65
*
[clangd] Allow all LSP methods to signal cancellation via $/cancelRequest
Sam McCall
2018-09-13
1
-66
/
+10
*
[clangd] Simplify cancellation public API
Sam McCall
2018-09-13
1
-5
/
+4
[next]