summaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests/clangd/CMakeLists.txt
AgeCommit message (Expand)Author
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-11-30[clangd] Populate include graph during static indexing action.Kadir Cetinkaya
2018-11-27[clangd] textDocument/SymbolInfo extensionJan Korous
2018-11-26[clangd] Initial implementation of expected typesIlya Biryukov
2018-11-20[clangd] Allow observation of changes to global CDBs.Sam McCall
2018-10-17[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...Sam McCall
2018-10-16Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...Krasimir Georgiev
2018-10-16[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.Sam McCall
2018-10-15[clangd] Minimal implementation of automatic static index (not enabled).Sam McCall
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-10[clangd] NFC: Rename DexIndex to DexKirill Bobyrev
2018-09-04[clangd] Define a compact binary serialization fomat for symbol slab/index.Sam McCall
2018-08-24[clangd] Initial cancellation mechanism for LSP requests.Kadir Cetinkaya
2018-08-20[clangd] DexIndex implementation prototypeKirill Bobyrev
2018-07-25[clangd] Introduce Dex symbol index search tokensKirill Bobyrev
2018-07-09[clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall
2018-07-03[clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall
2018-06-04[clang][tooling] Don't forget to link to clangToolingInclusions.Roman Lebedev
2018-05-16[clangd] Fix a link failure in unittestsHeejin Ahn
2018-05-15[clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall
2018-04-23[clangd] Implementation of workspace/symbol requestMarc-Andre Laperle
2018-04-20Parse .h files as objective-c++ if we don't have a compile command.Sam McCall
2018-03-26[clangd] Support incremental document syncingSimon Marchi
2018-03-21Make positionToOffset return llvm::Expected<size_t>Simon Marchi
2018-02-18[clangd] Fix link failures for Preprocessor::addCommentHandlerHeejin Ahn
2018-02-16[clangd] collect symbol #include & insert #include in global code completion.Eric Liu
2018-02-12[clangd] Remove codeComplete that returns std::future<>Ilya Biryukov
2018-02-08Resubmit "[clangd] The new threading implementation"Ilya Biryukov
2018-02-06Revert "[clangd] The new threading implementation" (r324356)Ilya Biryukov
2018-02-06[clangd] The new threading implementationIlya Biryukov
2018-01-31[clangd] Refactored threading in ClangdServerIlya Biryukov
2018-01-25[clangd] Add ClangdUnit diagnostics tests using annotated code.Sam McCall
2018-01-22[clangd] Add support for different file URI schemas.Eric Liu
2017-12-20[clangd] Pull CodeCompletionString handling logic into its own file and add u...Eric Liu
2017-12-20[clangd] Switch xrefs and documenthighlight to annotated-code unit tests. NFCSam McCall
2017-12-19[clangd] Expose offset <-> LSP position functions, and fix bugsSam McCall
2017-12-15[clangd] Build in-memory index on symbols in files.Eric Liu
2017-12-14[clangd] Add a FileSymbols container that manages symbols from multiple files.Eric Liu
2017-12-14[clangd] Symbol index interfaces and an in-memory index implementation.Eric Liu
2017-12-14[clangd] Fix the unitttest build error on buildbot.Haojian Wu
2017-12-12[clangd] Introduce a "Symbol" class.Haojian Wu
2017-12-12[clangd] Introduced a Context that stores implicit dataIlya Biryukov
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-05[clangd] Split code-completion tests out of ClangdTests. NFC.Sam McCall
2017-12-01[clangd] Fuzzy match scorerSam McCall
2017-11-06Adds a json::Expr type to represent intermediate JSON expressions.Sam McCall
2017-11-02Performance tracing facility for clangd.Sam McCall
2017-05-26[clangd] Allow to use vfs::FileSystem for file accesses.Ilya Biryukov