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
/
unittests
/
clangd
/
CodeCompleteTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clangd] Move function argument snippet disable mechanism from LSP rendering ...
Kadir Cetinkaya
2018-08-23
1
-42
/
+22
*
[clangd] Add parantheses while auto-completing functions.
Kadir Cetinkaya
2018-08-17
1
-0
/
+52
*
Fix clangd tests on older compilers
Simon Pilgrim
2018-08-17
1
-10
/
+10
*
[clangd] Fetch documentation from the Index during signature help
Ilya Biryukov
2018-08-17
1
-2
/
+56
*
Attempt to fix clangd tests on older compilers
Simon Pilgrim
2018-08-16
1
-12
/
+16
*
[clangd] Show non-instantiated decls in signatureHelp
Ilya Biryukov
2018-08-14
1
-0
/
+53
*
[clangd] Introduce scoring mechanism for SignatureInformations.
Kadir Cetinkaya
2018-08-13
1
-0
/
+22
*
[clangd] Support textEdit in addition to insertText.
Kadir Cetinkaya
2018-08-13
1
-0
/
+76
*
[clangd] Fix a "-Wdangling-else" compiler warning in the test.
Haojian Wu
2018-08-10
1
-1
/
+2
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-0
/
+96
*
[clangd] Index Interfaces for Xrefs
Haojian Wu
2018-08-06
1
-0
/
+4
*
[clangd] Use a sigmoid style function for #usages boost in symbol quality.
Eric Liu
2018-07-25
1
-4
/
+5
*
[clangd] Penalize non-instance members when accessed via class instances.
Eric Liu
2018-07-23
1
-0
/
+16
*
[clangd] Also get scope for RK_pattern completion results.
Eric Liu
2018-07-18
1
-0
/
+12
*
[clangd] Ignore sema code complete callback with recovery context.
Eric Liu
2018-07-11
1
-3
/
+19
*
[clangd] Make SymbolOrigin an enum class, rather than a plain enum.
Sam McCall
2018-07-06
1
-2
/
+1
*
[clangd] Track origins of symbols (various indexes, Sema).
Sam McCall
2018-07-05
1
-3
/
+14
*
[clangd] Remove CompletionItem::SymbolScope extension.
Sam McCall
2018-07-03
1
-1
/
+0
*
[clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.
Sam McCall
2018-07-02
1
-159
/
+177
*
[clangd] Do not show namespace comments.
Ilya Biryukov
2018-06-27
1
-0
/
+5
*
[clangd] More precise representation of symbol names/labels in the index.
Sam McCall
2018-06-22
1
-3
/
+0
*
[clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...
Eric Liu
2018-06-22
1
-0
/
+12
*
Fix clangd test to pass when delayed template parsing is on by default
Reid Kleckner
2018-06-18
1
-0
/
+3
*
[clangd] UI for completion items that would trigger include insertion.
Eric Liu
2018-06-15
1
-8
/
+27
*
[clangd] Add option to fold overloads into a single completion item.
Sam McCall
2018-06-15
1
-0
/
+52
*
[clangd] Do not report comments that only have special chars.
Ilya Biryukov
2018-06-15
1
-0
/
+59
*
[clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"
Sam McCall
2018-06-14
1
-20
/
+15
*
[clangd] Require case-insensitive prefix match for macro completions.
Sam McCall
2018-06-08
1
-1
/
+3
*
[clangd] Code completion: drop explicit injected names/operators, ignore Sema...
Sam McCall
2018-06-07
1
-6
/
+23
*
[clangd] Add "member" symbols to the index
Marc-Andre Laperle
2018-06-05
1
-0
/
+16
*
[clangd] Avoid inserting new #include when declaration is present in the main...
Eric Liu
2018-05-30
1
-3
/
+33
*
[clangd] Remove the outdated comment. NFC
Ilya Biryukov
2018-05-28
1
-1
/
+0
*
[clangd] Fix leak sanitizers warnings in clangd
Ilya Biryukov
2018-05-28
1
-0
/
+20
*
[clangd] Workaround the comments crash, reenable the test.
Ilya Biryukov
2018-05-28
1
-1
/
+1
*
[clangd] Temporarily disable the test that crashes under asan.
Ilya Biryukov
2018-05-25
1
-1
/
+2
*
[clangd] Serve comments for headers decls from dynamic index only
Ilya Biryukov
2018-05-24
1
-0
/
+41
*
[clangd] Fix code completion in MACROs with stringification.
Eric Liu
2018-05-24
1
-0
/
+36
*
[clangd] Parse all comments in Sema and completion.
Ilya Biryukov
2018-05-16
1
-0
/
+24
*
[clangd] Retrieve minimally formatted comment text in completion.
Ilya Biryukov
2018-05-16
1
-5
/
+3
*
[clangd] Populate #include insertions as additional edits in completion items.
Eric Liu
2018-05-15
1
-7
/
+61
*
[clangd] Don't query index when completing inside classes
Ilya Biryukov
2018-05-14
1
-0
/
+61
*
[clangd] Incorporate #occurrences in scoring code complete results.
Sam McCall
2018-05-03
1
-0
/
+15
*
[clangd] Use operator<< to prevent printers issues in Gtest
Marc-Andre Laperle
2018-04-10
1
-27
/
+0
*
[clangd] Handle multiple callbacks from Sema's completion
Ilya Biryukov
2018-03-16
1
-0
/
+37
*
[clangd] Add an interface that finds symbol by SymbolID in SymbolIndex.
Eric Liu
2018-03-14
1
-0
/
+3
*
[clangd] Remove Tagged and some related APIs from ClangdServer.
Sam McCall
2018-03-12
1
-9
/
+9
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-9
/
+8
*
[clangd] Don't end completion item labels with '::'
Ilya Biryukov
2018-03-06
1
-0
/
+12
*
[clangd] Extract ClangdServer::Options struct.
Sam McCall
2018-03-05
1
-19
/
+11
*
[clangd] Remove codecomplete override content API. Long live addDocument!
Sam McCall
2018-02-27
1
-18
/
+0
[prev]
[next]