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
/
CodeComplete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Add parantheses while auto-completing functions.
Kadir Cetinkaya
2018-08-17
1
-2
/
+11
*
[clangd] Fetch documentation from the Index during signature help
Ilya Biryukov
2018-08-17
1
-58
/
+99
*
[clangd] Show function documentation in signature help
Ilya Biryukov
2018-08-17
1
-2
/
+3
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-3
/
+3
*
[clangd] Show non-instantiated decls in signatureHelp
Ilya Biryukov
2018-08-14
1
-1
/
+9
*
[clangd] Introduce scoring mechanism for SignatureInformations.
Kadir Cetinkaya
2018-08-13
1
-11
/
+56
*
[clangd] Support textEdit in addition to insertText.
Kadir Cetinkaya
2018-08-13
1
-7
/
+44
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-3
/
+14
*
[clangd] Share getSymbolID implementation.
Haojian Wu
2018-08-07
1
-4
/
+1
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-2
/
+2
*
[clangd] Penalize non-instance members when accessed via class instances.
Eric Liu
2018-07-23
1
-0
/
+3
*
[clangd] Also get scope for RK_pattern completion results.
Eric Liu
2018-07-18
1
-2
/
+4
*
[clangd] Ignore sema code complete callback with recovery context.
Eric Liu
2018-07-11
1
-0
/
+13
*
[clangd] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-26
/
+21
*
[clangd] Remove JSON library in favor of llvm/Support/JSON
Sam McCall
2018-07-09
1
-2
/
+2
*
[clangd] Make SymbolOrigin an enum class, rather than a plain enum.
Sam McCall
2018-07-06
1
-9
/
+8
*
[clangd] Log sema completion context kind and query scopes. NFC
Eric Liu
2018-07-05
1
-2
/
+9
*
Revert "[clangd] FileDistance: temporarily disable in CodeComplete, it's beha...
Sam McCall
2018-07-05
1
-2
/
+1
*
[clangd] Track origins of symbols (various indexes, Sema).
Sam McCall
2018-07-05
1
-10
/
+16
*
[clangd] FileDistance: temporarily disable in CodeComplete, it's behaving badly
Sam McCall
2018-07-04
1
-1
/
+2
*
[clangd] Replace UniqueFunction with llvm::unique_function.
Benjamin Kramer
2018-07-03
1
-2
/
+2
*
[clangd] Use default format style and fallback style. NFC
Eric Liu
2018-07-03
1
-3
/
+3
*
[clangd] Incorporate transitive #includes into code complete proximity scoring.
Sam McCall
2018-07-03
1
-53
/
+67
*
[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
-0
/
+13
*
[clangd] codeComplete returns more structured completion items, LSP. NFC.
Sam McCall
2018-06-29
1
-170
/
+205
*
[clangd] Use default clang-format styles.
Eric Liu
2018-06-26
1
-3
/
+4
*
[clangd] More precise representation of symbol names/labels in the index.
Sam McCall
2018-06-22
1
-12
/
+17
*
[clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...
Eric Liu
2018-06-22
1
-0
/
+9
*
[clangd] Remove FilterText from the index.
Sam McCall
2018-06-22
1
-1
/
+2
*
[clangd] UI for completion items that would trigger include insertion.
Eric Liu
2018-06-15
1
-12
/
+32
*
[clangd] Add option to fold overloads into a single completion item.
Sam McCall
2018-06-15
1
-66
/
+146
*
[clangd] Fix buildbot error.
Haojian Wu
2018-06-15
1
-1
/
+1
*
[clangd] Boost completion score according to file proximity.
Eric Liu
2018-06-15
1
-1
/
+8
*
Revert "[clangd] Log completion context type. NFC"
Sam McCall
2018-06-13
1
-6
/
+4
*
[clangd] Log completion context type. NFC
Sam McCall
2018-06-13
1
-4
/
+6
*
[clangd] Support proximity paths in index fuzzy find.
Eric Liu
2018-06-12
1
-0
/
+1
*
[clangd] Deduplicate CompletionItemKind conversion.
Sam McCall
2018-06-08
1
-64
/
+20
*
[clangd] Require case-insensitive prefix match for macro completions.
Sam McCall
2018-06-08
1
-1
/
+10
*
[clangd] Code completion: drop explicit injected names/operators, ignore Sema...
Sam McCall
2018-06-07
1
-3
/
+22
*
[clangd] Boost code completion results that are narrowly scoped (local, members)
Sam McCall
2018-06-05
1
-1
/
+4
*
[clangd] Add "member" symbols to the index
Marc-Andre Laperle
2018-06-05
1
-0
/
+13
*
[clangd] Avoid inserting new #include when declaration is present in the main...
Eric Liu
2018-05-30
1
-1
/
+16
*
[clangd] Minor cleanup
Kirill Bobyrev
2018-05-29
1
-10
/
+12
*
[clangd] Fix leak sanitizers warnings in clangd
Ilya Biryukov
2018-05-28
1
-18
/
+17
*
[clangd] Serve comments for headers decls from dynamic index only
Ilya Biryukov
2018-05-24
1
-2
/
+5
*
[clangd] Fix code completion in MACROs with stringification.
Eric Liu
2018-05-24
1
-46
/
+51
*
Replace last DEBUG occurrence with LLVM_DEBUG.
Nicola Zaghen
2018-05-23
1
-5
/
+5
*
[clangd] Remove ignored Preamble::CanReuse call from completion
Ilya Biryukov
2018-05-22
1
-12
/
+2
[next]