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] Add ClangdServer accessor for buffer contents
Sam McCall
2019-06-19
1
-0
/
+4
*
[clangd] Return vector<TextEdit> from applyTweak. NFC
Ilya Biryukov
2019-06-18
1
-2
/
+8
*
[clangd] Add hidden tweaks to dump AST/selection.
Sam McCall
2019-06-18
1
-16
/
+22
*
[clangd] Type hierarchy subtypes
Nathan Ridge
2019-06-16
1
-5
/
+6
*
[clangd] Return TextEdits from ClangdServer::applyTweak
Ilya Biryukov
2019-06-12
1
-6
/
+9
*
[clangd] Revamp textDocument/onTypeFormatting.
Sam McCall
2019-06-10
1
-11
/
+15
*
[clangd] Represent Hover result using FormattedString
Ilya Biryukov
2019-05-29
1
-1
/
+3
*
[clangd] Introduce a structured hover response
Kadir Cetinkaya
2019-05-28
1
-4
/
+7
*
[clangd] Turn no-parse-completion on by when preamble isn't ready. Add flag t...
Sam McCall
2019-05-21
1
-4
/
+6
*
[clangd] Make it possible to use VFS from parsing for getting tidy options
Ilya Biryukov
2019-05-20
1
-4
/
+7
*
[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
[prev]
[next]