summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [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-234-38/+42
* Update test after r321312Paul Robinson2017-12-211-3/+2
* [clangd] Index symbols share storage within a slab.Sam McCall2017-12-213-3/+5
* [clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu2017-12-203-1/+144
* [clangd] Remove an unused lambda capture.Eric Liu2017-12-201-1/+1
* [clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall2017-12-206-37/+395
* [clangd] Add debug printers for basic protocol types. NFCSam McCall2017-12-201-4/+0
* [clangd] Igore cases in index fuzzy find.Eric Liu2017-12-201-0/+10
* [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-192-5/+105
* [clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall2017-12-193-0/+78
* [clangd] Support filtering by fixing scopes in fuzzyFind.Eric Liu2017-12-193-25/+102
* [clangd] Add unit tests for signature help. SigHelp/CodeComplete lit tests ar...Sam McCall2017-12-191-1/+89
* [clangd] Build in-memory index on symbols in files.Eric Liu2017-12-153-92/+194
* [clangd] Implemented tracing using ContextIlya Biryukov2017-12-141-3/+5
* [clangd] Add a FileSymbols container that manages symbols from multiple files.Eric Liu2017-12-142-0/+92
* [clangd] Fix a potential use-after-move bug.Eric Liu2017-12-141-1/+2
* [clangd] Construct SymbolSlab from YAML format.Haojian Wu2017-12-141-0/+45
* [clangd] Symbol index interfaces and an in-memory index implementation.Eric Liu2017-12-142-0/+115
* [clangd] Fix the unitttest build error on buildbot.Haojian Wu2017-12-141-0/+1
* [clangd] clang-format the source code. NFCIlya Biryukov2017-12-132-5/+5
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-132-69/+72
* [clangd] Introduce a "Symbol" class.Haojian Wu2017-12-122-0/+111
* [clangd] clang-format the code. NFCIlya Biryukov2017-12-121-2/+3
* [clangd] Introduced a Context that stores implicit dataIlya Biryukov2017-12-122-0/+58
* [clangd] Convert lit code completion tests to unit-tests. NFCSam McCall2017-12-082-66/+278
* [change-namespace] Fix crash when injected base-class name is used in friend ...Eric Liu2017-12-081-0/+54
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-058-0/+8
* [clangd] Clean up code complete unit tests. NFCSam McCall2017-12-051-282/+151
* [clangd] Set completion options per-request.Ilya Biryukov2017-12-052-26/+28
* [clangd] Remove unused test param. NFCSam McCall2017-12-054-19/+17
* [clangd] Split code-completion tests out of ClangdTests. NFC.Sam McCall2017-12-055-552/+636
* [clangd] GlobalCompilationDatabase interface changesSam McCall2017-12-041-11/+7
* [clangd] Fuzzy match scorerSam McCall2017-12-012-0/+253
* [clangd] Filter completion results by fuzzy-matching identifiers.Sam McCall2017-12-011-0/+55
* [clangd] New conventions for JSON-marshalling functions, centralize machinerySam McCall2017-11-301-0/+58
* [clangd] Switch from YAMLParser to JSONExprSam McCall2017-11-281-0/+2
* [clangd] Add missing (but documented!) JSONExpr typed accessorsSam McCall2017-11-281-1/+43
* [clangd] Tracing improvementsSam McCall2017-11-231-1/+1
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-232-41/+0
* [clangd] Drop impossible completions (unavailable or inaccessible)Sam McCall2017-11-231-10/+23
* [clangd] avoid divide by literal zero to satisfy msvcSam McCall2017-11-211-1/+1
* [clangd] use u8 strings in tests to avoid problems on windowsSam McCall2017-11-211-4/+4
* [clangd] Add JSON tests with invalid unicodeSam McCall2017-11-211-1/+4
* [clangd] Add parsing and value inspection to JSONExpr.Sam McCall2017-11-211-0/+74
* [clangd] Use in-memory preambles in clangd.Ilya Biryukov2017-11-161-6/+21
* [clangd] clang-format the source code. NFC.Ilya Biryukov2017-11-151-14/+12
* [clangd] Support returning a limited number of completion results.Sam McCall2017-11-151-4/+41