summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [clangd] Fixes for #include insertion.Eric Liu2018-02-191-1/+4
* [clangd] Invert return value of fuzzyFind() (fix MemIndex's return value)Sam McCall2018-02-191-1/+1
* [clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...Sam McCall2018-02-161-7/+7
* [clangd] Make functions of ClangdServer callback-basedIlya Biryukov2018-02-151-1/+1
* [clangd] Stop exposing Futures from ClangdServer operations.Sam McCall2018-02-131-11/+16
* [clangd] Remove codeComplete that returns std::future<>Ilya Biryukov2018-02-121-10/+8
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-36/+21
* [clangd] Disable typo correction when doing code completion.Haojian Wu2018-01-251-0/+8
* [clangd] Limit completion results.Haojian Wu2018-01-251-0/+13
* [clangd] add test for r323347 CodeComplete behavior we rely onSam McCall2018-01-241-2/+8
* [clangd] Use accessible scopes to query indexes for global code completion.Haojian Wu2018-01-231-0/+118
* [clangd] Drop ~destructor completions - rarely helpful and work inconsistentlySam McCall2018-01-221-1/+1
* [clangd] Change index scope convention from "outer::inner" to "outer::inner::"Sam McCall2018-01-191-2/+2
* Revert "[clangd] Change index scope convention from "outer::inner" to "outer:...Sam McCall2018-01-191-2/+2
* [clangd] Change index scope convention from "outer::inner" to "outer::inner::"Sam McCall2018-01-191-2/+2
* [clangd] Merge index-provided completions with those from Sema.Sam McCall2018-01-191-76/+100
* [clangd] Remove unused IncludeGlobals completion option, always pass true to ...Sam McCall2018-01-181-5/+4
* [clangd] CodeCompleteTests cleanup: naming, ordering, helpers. NFCSam McCall2018-01-181-164/+157
* [clangd] Avoid combinatorial explosion in CodeCompleteTests.Sam McCall2018-01-161-20/+20
* [clangd] Merge results from static/dynamic index.Sam McCall2018-01-151-4/+5
* [clangd] Code completion uses Sema for NS-level things in the current file.Sam McCall2018-01-121-5/+41
* [clangd] Include debugging tags for both static and dynamic index. NFCSam McCall2018-01-121-2/+2
* [clangd] Incorporate fuzzy-match into result rankings.Sam McCall2018-01-121-16/+24
* [clangd] Pass Context to onDiagnosticsReady callbackIlya Biryukov2018-01-101-2/+4
* [clangd] Add static index for the global code completion.Haojian Wu2018-01-101-13/+18
* [clangd] Remove duplicates from code completionIlya Biryukov2018-01-101-0/+16
* [clangd] Add more symbol information for code completion.Eric Liu2018-01-091-3/+12
* [clangd] Properly set filterText for index-based completion itemsIlya Biryukov2017-12-291-4/+14
* [clangd] Use Builder for symbol slabs, and use sorted-vector for storageSam McCall2017-12-231-2/+4
* [clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu2017-12-201-1/+1
* [clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall2017-12-201-37/+18
* [clangd] Build dynamic index and use it for code completion.Eric Liu2017-12-191-0/+32
* [clangd] Fix warnings/compiler pickiness after r321083Sam McCall2017-12-191-1/+1
* [clangd] Index-based code completion.Eric Liu2017-12-191-0/+101
* [clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall2017-12-191-0/+1
* [clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...Sam McCall2017-12-191-1/+89
* [clangd] clang-format the source code. NFCIlya Biryukov2017-12-131-1/+1
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-11/+11
* [clangd] clang-format the code. NFCIlya Biryukov2017-12-121-2/+3
* [clangd] Convert lit code completion tests to unit-tests. NFCSam McCall2017-12-081-66/+166
* [clangd] Clean up code complete unit tests. NFCSam McCall2017-12-051-282/+151
* [clangd] Set completion options per-request.Ilya Biryukov2017-12-051-14/+17
* [clangd] Remove unused test param. NFCSam McCall2017-12-051-4/+4
* [clangd] Split code-completion tests out of ClangdTests. NFC.Sam McCall2017-12-051-0/+400
OpenPOWER on IntegriCloud