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
/
ClangdUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Make the premble tremble.
Benjamin Kramer
2018-02-06
1
-3
/
+3
*
[clangd] Log dropped diagnostics.
Ilya Biryukov
2018-02-01
1
-3
/
+19
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-30
/
+23
*
[clangd] Fixed null deference on invalid compile commands.
Ilya Biryukov
2018-01-29
1
-0
/
+2
*
[clangd] Modify the Span API so that Spans propagate with contexts.
Sam McCall
2018-01-26
1
-5
/
+7
*
[clangd] Provide a helper to report estimated memory usage per-file
Ilya Biryukov
2018-01-25
1
-1
/
+27
*
[clangd] Moved caching of compile commands to ClangdServer
Ilya Biryukov
2018-01-25
1
-6
/
+0
*
[clangd] Simplify code handling compile commands
Ilya Biryukov
2018-01-23
1
-33
/
+34
*
[clangd] Add more symbol information for code completion.
Eric Liu
2018-01-09
1
-0
/
+4
*
[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
[next]