summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [clangd] Also get scope for RK_pattern completion results.Eric Liu2018-07-181-2/+4
* [clangd] Ignore sema code complete callback with recovery context.Eric Liu2018-07-111-0/+13
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-26/+21
* [clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall2018-07-091-2/+2
* [clangd] Make SymbolOrigin an enum class, rather than a plain enum.Sam McCall2018-07-061-9/+8
* [clangd] Log sema completion context kind and query scopes. NFCEric Liu2018-07-051-2/+9
* Revert "[clangd] FileDistance: temporarily disable in CodeComplete, it's beha...Sam McCall2018-07-051-2/+1
* [clangd] Track origins of symbols (various indexes, Sema).Sam McCall2018-07-051-10/+16
* [clangd] FileDistance: temporarily disable in CodeComplete, it's behaving badlySam McCall2018-07-041-1/+2
* [clangd] Replace UniqueFunction with llvm::unique_function.Benjamin Kramer2018-07-031-2/+2
* [clangd] Use default format style and fallback style. NFCEric Liu2018-07-031-3/+3
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-53/+67
* [clangd] Remove CompletionItem::SymbolScope extension.Sam McCall2018-07-031-1/+0
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-021-0/+13
* [clangd] codeComplete returns more structured completion items, LSP. NFC.Sam McCall2018-06-291-170/+205
* [clangd] Use default clang-format styles.Eric Liu2018-06-261-3/+4
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-221-12/+17
* [clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...Eric Liu2018-06-221-0/+9
* [clangd] Remove FilterText from the index.Sam McCall2018-06-221-1/+2
* [clangd] UI for completion items that would trigger include insertion.Eric Liu2018-06-151-12/+32
* [clangd] Add option to fold overloads into a single completion item.Sam McCall2018-06-151-66/+146
* [clangd] Fix buildbot error.Haojian Wu2018-06-151-1/+1
* [clangd] Boost completion score according to file proximity.Eric Liu2018-06-151-1/+8
* Revert "[clangd] Log completion context type. NFC"Sam McCall2018-06-131-6/+4
* [clangd] Log completion context type. NFCSam McCall2018-06-131-4/+6
* [clangd] Support proximity paths in index fuzzy find.Eric Liu2018-06-121-0/+1
* [clangd] Deduplicate CompletionItemKind conversion.Sam McCall2018-06-081-64/+20
* [clangd] Require case-insensitive prefix match for macro completions.Sam McCall2018-06-081-1/+10
* [clangd] Code completion: drop explicit injected names/operators, ignore Sema...Sam McCall2018-06-071-3/+22
* [clangd] Boost code completion results that are narrowly scoped (local, members)Sam McCall2018-06-051-1/+4
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-051-0/+13
* [clangd] Avoid inserting new #include when declaration is present in the main...Eric Liu2018-05-301-1/+16
* [clangd] Minor cleanupKirill Bobyrev2018-05-291-10/+12
* [clangd] Fix leak sanitizers warnings in clangdIlya Biryukov2018-05-281-18/+17
* [clangd] Serve comments for headers decls from dynamic index onlyIlya Biryukov2018-05-241-2/+5
* [clangd] Fix code completion in MACROs with stringification.Eric Liu2018-05-241-46/+51
* Replace last DEBUG occurrence with LLVM_DEBUG.Nicola Zaghen2018-05-231-5/+5
* [clangd] Remove ignored Preamble::CanReuse call from completionIlya Biryukov2018-05-221-12/+2
* Second attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-2/+3
* Attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-3/+2
* [clangd] Parse all comments in Sema and completion.Ilya Biryukov2018-05-161-0/+2
* [clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov2018-05-161-14/+28
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-105/+36
* [clangd] Populate #include insertions as additional edits in completion items.Eric Liu2018-05-151-9/+92
* [clangd] Remove LSP command-based #include insertion.Eric Liu2018-05-151-21/+0
* [clangd] Fix warning after fully covered enum switch. NFC.Ilya Biryukov2018-05-141-0/+1
* [clangd] Don't query index when completing inside classesIlya Biryukov2018-05-141-3/+30
* [clangd] Incorporate #occurrences in scoring code complete results.Sam McCall2018-05-031-18/+21
* [clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall2018-04-271-2/+9
* [clangd] Handle multiple callbacks from Sema's completionIlya Biryukov2018-03-161-1/+8
OpenPOWER on IntegriCloud