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
/
ClangdServer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Build dynamic index and use it for code completion.
Eric Liu
2017-12-19
1
-0
/
+13
*
[clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFC
Sam McCall
2017-12-19
1
-0
/
+2
*
[clangd] Expose offset <-> LSP position functions, and fix bugs
Sam McCall
2017-12-19
1
-24
/
+2
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-70
/
+72
*
[clangd] (Attempt to) read clang-format file for document formatting
Raoul Wols
2017-12-12
1
-19
/
+20
*
[clangd] Document highlights for clangd
Ilya Biryukov
2017-12-12
1
-0
/
+33
*
[clangd] Set completion options per-request.
Ilya Biryukov
2017-12-05
1
-6
/
+8
*
[clangd] Drop impossible completions (unavailable or inaccessible)
Sam McCall
2017-11-23
1
-5
/
+8
*
[clangd] Use in-memory preambles in clangd.
Ilya Biryukov
2017-11-16
1
-11
/
+10
*
[clangd] clang-format the source code. NFC.
Ilya Biryukov
2017-11-15
1
-2
/
+2
*
[clangd] Support returning a limited number of completion results.
Sam McCall
2017-11-15
1
-7
/
+6
*
[clangd] Add rename support.
Haojian Wu
2017-11-09
1
-0
/
+72
*
Performance tracing facility for clangd.
Sam McCall
2017-11-02
1
-1
/
+4
*
[clangd] Fix clang-tidy warnings.
Benjamin Kramer
2017-10-28
1
-4
/
+4
*
[clangd] Report an error on findDefinitions/signatureHelp on an unopened file...
Benjamin Kramer
2017-10-26
1
-11
/
+16
*
[clangd] Added a callback-based codeComplete in clangd.
Ilya Biryukov
2017-10-25
1
-23
/
+41
*
[clangd] Allow to pass code completion opts to ClangdServer.
Ilya Biryukov
2017-10-23
1
-4
/
+4
*
[clangd] Use UniqueFunction for deferred computations.
Ilya Biryukov
2017-10-10
1
-7
/
+8
*
[clangd] Added move-only function helpers.
Ilya Biryukov
2017-10-09
1
-2
/
+2
*
[clangd] Run clang-format on the source code. NFC.
Ilya Biryukov
2017-10-06
1
-2
/
+1
*
[clangd] Add textDocument/signatureHelp
Ilya Biryukov
2017-10-06
1
-0
/
+29
*
[clangd] Added async API to run code completion.
Ilya Biryukov
2017-10-05
1
-11
/
+36
*
[clangd] Handle workspace/didChangeWatchedFiles
Marc-Andre Laperle
2017-10-02
1
-0
/
+5
*
Small clangd cleanups, NFC
Sam McCall
2017-09-29
1
-1
/
+0
*
[clangd] LSP extension to switch between source/header file
Marc-Andre Laperle
2017-09-28
1
-0
/
+60
*
[clangd] Handle InitializeParams and store rootUri
Marc-Andre Laperle
2017-09-27
1
-2
/
+10
*
[clangd] Fixed crash on MacOS.
Ilya Biryukov
2017-09-20
1
-1
/
+1
*
[clangd] Serialize onDiagnosticsReady callbacks for the same file.
Ilya Biryukov
2017-09-20
1
-0
/
+13
*
[clangd] Introduced Logger interface.
Ilya Biryukov
2017-09-20
1
-6
/
+8
*
[clangd] Add support for snippet completions
Ilya Biryukov
2017-09-12
1
-6
/
+7
*
[clangd] Use multiple working threads in clangd.
Ilya Biryukov
2017-08-14
1
-33
/
+47
*
[clangd] Check if CompileCommand has changed on forceReparse.
Ilya Biryukov
2017-08-14
1
-3
/
+14
*
[clangd] Fixed a data race.
Ilya Biryukov
2017-08-14
1
-52
/
+62
*
[clangd] Fix more MSVC compilation failures.
Ilya Biryukov
2017-08-01
1
-2
/
+2
*
[clangd] Rewrote AST and Preamble management.
Ilya Biryukov
2017-08-01
1
-82
/
+101
*
[clangd] Allow to get vfs::FileSystem used inside codeComplete.
Ilya Biryukov
2017-07-31
1
-2
/
+6
*
[clangd] Replace ASTUnit with manual AST management.
Ilya Biryukov
2017-07-21
1
-8
/
+5
*
ClangdServer.cpp: Suppress a warning. [-Wunused-lambda-capture]
NAKAMURA Takumi
2017-07-04
1
-0
/
+1
*
[clangd] Add "Go to Declaration" functionality
Marc-Andre Laperle
2017-06-28
1
-0
/
+14
*
[clangd] Allow to override resource dir in ClangdServer.
Ilya Biryukov
2017-06-28
1
-4
/
+11
*
[clangd] Add a filename parameter to FileSystemProvider.
Ilya Biryukov
2017-06-14
1
-3
/
+3
*
[clangd] Store references instead of unique_ptrs in ClangdServer.
Ilya Biryukov
2017-06-13
1
-10
/
+9
*
[clangd] Allow to override contents of the file during completion.
Ilya Biryukov
2017-06-13
1
-8
/
+20
*
Revert "[clangd] Allow to override contents of the file during completion."
Ilya Biryukov
2017-06-13
1
-18
/
+8
*
[clangd] Allow to override contents of the file during completion.
Ilya Biryukov
2017-06-13
1
-8
/
+18
*
[clangd] Mark results of clangd requests with a tag provided by the FileSyste...
Ilya Biryukov
2017-05-30
1
-13
/
+16
*
[clangd] Allow to use vfs::FileSystem for file accesses.
Ilya Biryukov
2017-05-26
1
-6
/
+20
*
[clangd] Replaced WorkerRequest with std::function...
Ilya Biryukov
2017-05-23
1
-52
/
+73
*
[clangd] Refactor ProtocolHandlers to decouple them from ClangdLSPServer
Ilya Biryukov
2017-05-16
1
-0
/
+67
*
Fixing compilation failures on buildbots.
Ilya Biryukov
2017-05-16
1
-0
/
+1
[next]