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
/
ClangdUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Skip function bodies when building the preamble
Ilya Biryukov
2017-12-28
1
-0
/
+10
*
[clangd] Log more info about preambles
Ilya Biryukov
2017-12-21
1
-2
/
+10
*
[clangd] Build dynamic index and use it for code completion.
Eric Liu
2017-12-19
1
-5
/
+11
*
[clangd] Split findDefs/highlights into XRefs, from ClangdUnit. NFC
Sam McCall
2017-12-19
1
-253
/
+0
*
[clangd] Put all #includes in one block in clangd source files. NFC
Eric Liu
2017-12-14
1
-2
/
+0
*
[clangd] Implemented tracing using Context
Ilya Biryukov
2017-12-14
1
-2
/
+2
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-31
/
+28
*
[clangd] Emit ranges for clangd diagnostics, and fix off-by-one positions
Sam McCall
2017-12-13
1
-16
/
+77
*
[clangd] Removed unused variable. NFC
Ilya Biryukov
2017-12-12
1
-1
/
+1
*
[clangd] Document highlights for clangd
Ilya Biryukov
2017-12-12
1
-43
/
+171
*
[clangd] Split CodeComplete into a separate file. NFC
Sam McCall
2017-12-04
1
-753
/
+8
*
[clangd] Filter completion results by fuzzy-matching identifiers.
Sam McCall
2017-12-01
1
-0
/
+36
*
[clangd] Logger implicitly adds newline
Sam McCall
2017-11-30
1
-1
/
+1
*
[clangd] Log file compile commands
Sam McCall
2017-11-30
1
-0
/
+3
*
Fix MSVC double-float implicit truncation warning. NFCI
Simon Pilgrim
2017-11-24
1
-1
/
+1
*
[clangd] Ensure preamble outlives the AST
Ilya Biryukov
2017-11-24
1
-35
/
+27
*
[clangd] Tracing improvements
Sam McCall
2017-11-23
1
-2
/
+4
*
[clangd] Make completion scores use 0-1 floats internally.
Sam McCall
2017-11-23
1
-19
/
+31
*
[clangd] Drop impossible completions (unavailable or inaccessible)
Sam McCall
2017-11-23
1
-17
/
+6
*
[clangd] Release the old preamble before building a new one.
Ilya Biryukov
2017-11-17
1
-3
/
+10
*
[clangd] Use in-memory preambles in clangd.
Ilya Biryukov
2017-11-16
1
-4
/
+9
*
[clangd] Support returning a limited number of completion results.
Sam McCall
2017-11-15
1
-64
/
+91
*
[clangd] Add rename support.
Haojian Wu
2017-11-09
1
-38
/
+40
*
[clangd] Sort completion results.
Sam McCall
2017-11-08
1
-0
/
+1
*
[clangd] Fix opening declarations located in non-preamble inclusion
Marc-Andre Laperle
2017-11-07
1
-4
/
+9
*
Performance tracing facility for clangd.
Sam McCall
2017-11-02
1
-3
/
+9
*
Add LLVM_FALLTHROUGH to silence warning. NFCI.
Simon Pilgrim
2017-11-01
1
-1
/
+1
*
[clangd] Fix clang-tidy warnings.
Benjamin Kramer
2017-10-28
1
-9
/
+9
*
[clangd] Allow to pass code completion opts to ClangdServer.
Ilya Biryukov
2017-10-23
1
-22
/
+47
*
[clangd] Report proper kinds for 'Keyword' and 'Snippet' completion items.
Ilya Biryukov
2017-10-23
1
-3
/
+19
*
[clangd] Use UniqueFunction for deferred computations.
Ilya Biryukov
2017-10-10
1
-7
/
+7
*
Fix signed/unsigned warning
Simon Pilgrim
2017-10-07
1
-1
/
+1
*
[clangd] Add textDocument/signatureHelp
Ilya Biryukov
2017-10-06
1
-56
/
+221
*
[clangd] Skip informative qualifier chunks.
Ilya Biryukov
2017-09-28
1
-0
/
+15
*
[clangd] Put inacessible items to the end of completion list.
Ilya Biryukov
2017-09-20
1
-5
/
+31
*
[clangd] Run clang-format on ClangdUnit.cpp. NFC.
Ilya Biryukov
2017-09-20
1
-2
/
+3
*
[clangd] Introduced Logger interface.
Ilya Biryukov
2017-09-20
1
-17
/
+23
*
[clangd] Add support for snippet completions
Ilya Biryukov
2017-09-12
1
-42
/
+239
*
[clangd] Fixed a data race.
Ilya Biryukov
2017-08-14
1
-8
/
+31
*
[clangd] Run clang-format on all clangd sources. NFC.
Ilya Biryukov
2017-08-02
1
-1
/
+2
*
[clangd] Fix more MSVC compilation failures.
Ilya Biryukov
2017-08-01
1
-6
/
+6
*
[clangd] Rewrote AST and Preamble management.
Ilya Biryukov
2017-08-01
1
-164
/
+339
*
[clangd] Don't reverse priorities of completion items.
Ilya Biryukov
2017-07-27
1
-6
/
+2
*
[clangd] Reuse compile commands during reparse
Krasimir Georgiev
2017-07-25
1
-0
/
+4
*
[clangd] Replace ASTUnit with manual AST management.
Ilya Biryukov
2017-07-21
1
-134
/
+495
*
[clangd] Check failure of Lexer::getRawToken in GoToDeclaration.
Ilya Biryukov
2017-06-29
1
-2
/
+6
*
[clangd] Cleanup ClangdUnit.cpp, update docs; NFC
Kirill Bobyrev
2017-06-28
1
-15
/
+15
*
[clangd] Add "Go to Declaration" functionality
Marc-Andre Laperle
2017-06-28
1
-0
/
+150
*
[clangd] Allow to override resource dir in ClangdServer.
Ilya Biryukov
2017-06-28
1
-4
/
+2
*
[clangd] Add priority to completion item sort text
Krasimir Georgiev
2017-06-15
1
-1
/
+12
[next]