| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | Second attempt to fix buildbot failure caused by r332363 | Eric Liu | 2018-05-16 | 1 | -2/+3 |
* | Attempt to fix buildbot failure caused by r332363 | Eric Liu | 2018-05-16 | 1 | -3/+2 |
* | [clangd] Parse all comments in Sema and completion. | Ilya Biryukov | 2018-05-16 | 1 | -0/+2 |
* | [clangd] Retrieve minimally formatted comment text in completion. | Ilya Biryukov | 2018-05-16 | 1 | -14/+28 |
* | [clangd] Extract scoring/ranking logic, and shave yaks. | Sam McCall | 2018-05-15 | 1 | -105/+36 |
* | [clangd] Populate #include insertions as additional edits in completion items. | Eric Liu | 2018-05-15 | 1 | -9/+92 |
* | [clangd] Remove LSP command-based #include insertion. | Eric Liu | 2018-05-15 | 1 | -21/+0 |
* | [clangd] Fix warning after fully covered enum switch. NFC. | Ilya Biryukov | 2018-05-14 | 1 | -0/+1 |
* | [clangd] Don't query index when completing inside classes | Ilya Biryukov | 2018-05-14 | 1 | -3/+30 |
* | [clangd] Incorporate #occurrences in scoring code complete results. | Sam McCall | 2018-05-03 | 1 | -18/+21 |
* | [clangd] Fix unicode handling, using UTF-16 where LSP requires it. | Sam McCall | 2018-04-27 | 1 | -2/+9 |
* | [clangd] Handle multiple callbacks from Sema's completion | Ilya Biryukov | 2018-03-16 | 1 | -1/+8 |