summaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests/clangd
AgeCommit message (Expand)Author
2018-10-02[clangd] Cache FS stat() calls when building preamble.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-stablelinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-nextlinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-release-ltslinaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-release-nextlinaro-local/ci/llvm-kernel-armv8l-baselinelinaro-local/ci/llvm-kernel-aarch64-baselineEric Liu
2018-09-27[clangd] Initial supoprt for cross-namespace global code completion.Eric Liu
2018-09-27Tell whether file/folder for include completions.Kadir Cetinkaya
2018-09-27Improve diagnostics range reporting.Kadir Cetinkaya
2018-09-26[clangd] Handle template args for disabled function arg snippetsIlya Biryukov
2018-09-25[clangd] Remove unused using-declaration testing::AllOfFangrui Song
2018-09-25[clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall
2018-09-25[clangd] Implement VByte PostingList compressionKirill Bobyrev
2018-09-25[clangd] Check that scheme is valid when parsing URI.Eric Liu
2018-09-25[clangd] NFC: Remove test duplicateKirill Bobyrev
2018-09-24[clangd] Force Dex to respect symbol collector flagsKirill Bobyrev
2018-09-21[clangd] Remember to serialize symbol origin in YAML.Eric Liu
2018-09-19[clangd] Store preamble macros in dynamic index.Eric Liu
2018-09-18[clangd] Get rid of Decls parameter in indexMainDecls. NFCEric Liu
2018-09-18[clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.Eric Liu
2018-09-14[NFC][clangd] silence pedantic extra ';' warningJonas Toth
2018-09-14[clangd] Work around compiler macro expansion bugs(?) in completion testsSam McCall
2018-09-14[clangd] Don't override the preamble while completing inside it, it doesn't w...Sam McCall
2018-09-13[clangd] Introduce PostingList interfaceKirill Bobyrev
2018-09-13[clangd] Cleanup FuzzyFindRequest filtering limit semanticsKirill Bobyrev
2018-09-13[clangd] Simplify cancellation public APISam McCall
2018-09-11[clangd] Add unittests for D51917Kadir Cetinkaya
2018-09-11[NFC][clangd] fix warning for extra semicolonJonas Toth
2018-09-10[clangd] Add unittests for D51038Kadir Cetinkaya
2018-09-10[clangd] Add symbol slab size to index memory consumption estimatesKirill Bobyrev
2018-09-10[clangd] NFC: Rename DexIndex to DexKirill Bobyrev
2018-09-06[clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu
2018-09-06[clangd] Implement proximity path boosting for DexKirill Bobyrev
2018-09-06[clangd] Fix data race in async fuzzyFind tests.Ilya Biryukov
2018-09-06[clangd] Set SymbolID for sema macros so that they can be merged with index m...Eric Liu
2018-09-05[clangd] Sort GoToDefinition results.Haojian Wu
2018-09-05[clangd] Implement findReferences functionSam McCall
2018-09-04[clangd] Define a compact binary serialization fomat for symbol slab/index.Sam McCall
2018-09-04[clangd] SymbolOccurrences -> Refs and cleanupSam McCall
2018-09-03[clangd] Some nitpicking around the new split (preamble/main) dynamic indexSam McCall
2018-09-03[clangd] Avoid crashes in override completionsIlya Biryukov
2018-09-03[clangd] Fix ambiguous make_unique with c++17. NFCSam McCall
2018-09-03[clangd] Factor out the data-swapping functionality from MemIndex/DexIndex.Sam McCall
2018-09-03[clangd] Support multiple #include headers in one symbol.Eric Liu
2018-08-31[clangd] Implement findOccurrences interface in dynamic index.Haojian Wu
2018-08-31[clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall
2018-08-31[clangd] Collect symbol occurrences in SymbolCollector.Haojian Wu
2018-08-30[clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.Sam McCall
2018-08-30[clangd] Report position of opening paren in singature helpIlya Biryukov
2018-08-30[clangd] Fix tests after rL341057Kirill Bobyrev
2018-08-30[clangd] Implement iterator costKirill Bobyrev
2018-08-27Cleanup after rL340729Kirill Bobyrev
2018-08-24[clangd] Initial cancellation mechanism for LSP requests.Kadir Cetinkaya
2018-08-24[clangd] Implement LIMIT iteratorKirill Bobyrev
2018-08-24[clangd] Speculative code completion index request before Sema is run.Eric Liu