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
/
ClangdServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Move Rename into its own file, and add unit test. NFC
Sam McCall
2019-05-07
1
-75
/
+8
*
[clangd] Always call getFormatStyleForFile().
Sam McCall
2019-05-06
1
-8
/
+4
*
[clangd] Emit better error messages when rename fails.
Haojian Wu
2019-04-18
1
-5
/
+17
*
[clangd] Wait for compile command in ASTWorker instead of ClangdServer
Eric Liu
2019-04-15
1
-15
/
+3
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-19
/
+13
*
[clangd] Add fallback mode for code completion when compile command or preamb...
Eric Liu
2019-04-08
1
-1
/
+19
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-10
/
+5
*
[clangd] Return clangd::TextEdit in ClangdServer::rename. NFC
Ilya Biryukov
2019-04-03
1
-4
/
+5
*
[clangd] Add support for type hierarchy (super types only for now)
Kadir Cetinkaya
2019-03-19
1
-3
/
+15
*
[NFC][clangd] Remove unused lambda capture
Francis Visoiu Mistrih
2019-02-11
1
-1
/
+1
*
Revamp the "[clangd] Format tweak's replacements"
Haojian Wu
2019-02-11
1
-6
/
+12
*
[clangd] Format tweak's replacements.
Haojian Wu
2019-02-06
1
-2
/
+4
*
[clangd] Enable include insertion for static index
Kadir Cetinkaya
2019-02-04
1
-2
/
+4
*
[clangd] Expose SelectionTree to code tweaks, and use it for swap if branches.
Sam McCall
2019-02-01
1
-21
/
+20
*
[clangd] Implement textDocument/declaration from LSP 3.14
Sam McCall
2019-02-01
1
-5
/
+4
*
[clangd] Fix crash in applyTweak, remove TweakID alias.
Sam McCall
2019-02-01
1
-6
/
+7
*
[clangd] Interfaces for writing code tweaks
Ilya Biryukov
2019-01-29
1
-0
/
+54
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-6
/
+13
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-3
/
+7
*
[clangd] Filter out plugin related flags and move all commandline manipulatio...
Kadir Cetinkaya
2019-01-22
1
-12
/
+1
*
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
-4
/
+4
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-48
/
+50
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-3
/
+1
*
[clangd] BackgroundIndex rebuilds symbol index periodically.
Eric Liu
2018-12-18
1
-1
/
+2
*
[clangd] C++ API for emitting file status.
Haojian Wu
2018-12-06
1
-0
/
+8
*
[clangd] textDocument/SymbolInfo extension
Jan Korous
2018-11-27
1
-0
/
+12
*
[clangd] Enable auto-index behind a flag.
Sam McCall
2018-11-26
1
-11
/
+22
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-4
/
+4
*
[clangd] Cleanup: make the diags callback global in TUScheduler
Ilya Biryukov
2018-11-22
1
-26
/
+28
*
[clangd] Cleanup error consumption code. NFC
Ilya Biryukov
2018-11-22
1
-5
/
+1
*
[clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racy
Ilya Biryukov
2018-11-22
1
-23
/
+3
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-2
/
+1
*
[clangd] workspace/symbol should be async, it reads from the index.
Sam McCall
2018-10-25
1
-2
/
+9
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-39
/
+41
*
[clangd] Set workspace root when initializing ClangdServer, disallow mutation.
Sam McCall
2018-10-19
1
-13
/
+2
*
[clangd] Enforce rules around "initialize" request, and create ClangdServer l...
Sam McCall
2018-10-18
1
-1
/
+1
*
[clangd] Optionally use dex for the preamble parts of the dynamic index.
Sam McCall
2018-10-16
1
-2
/
+4
*
Move some helpers from the global namespace into anonymous ones.
Benjamin Kramer
2018-10-13
1
-1
/
+2
*
[clangd] Make FSProvider const-correct. NFC
Sam McCall
2018-10-10
1
-2
/
+2
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-8
/
+6
*
[clangd] expose MergedIndex class
Sam McCall
2018-10-04
1
-7
/
+4
*
[clangd] Cache FS stat() calls when building preamble.
Eric Liu
2018-10-02
1
-9
/
+4
*
[clangd] Get rid of Decls parameter in indexMainDecls. NFC
Eric Liu
2018-09-18
1
-1
/
+1
*
[clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.
Eric Liu
2018-09-18
1
-59
/
+20
*
[clangd] Allow all LSP methods to signal cancellation via $/cancelRequest
Sam McCall
2018-09-13
1
-7
/
+3
*
[clangd] Simplify cancellation public API
Sam McCall
2018-09-13
1
-6
/
+6
*
[clangd] Add xrefs LSP boilerplate implementation.
Sam McCall
2018-09-05
1
-0
/
+12
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-2
/
+2
*
[clangd] Some nitpicking around the new split (preamble/main) dynamic index
Sam McCall
2018-09-03
1
-17
/
+44
[next]