summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/CMakeLists.txt
AgeCommit message (Expand)Author
2019-01-16[clangd] XPC transport layerJan Korous
2019-01-03[clangd] Fix detecting atomics in stand-alone buildsMichal Gorny
2018-12-03[clangd] Avoid memory-mapping files on WindowsIlya Biryukov
2018-11-27[clangd][NFC] Move SymbolID to a separate fileJan Korous
2018-11-26[clangd] Initial implementation of expected typesIlya Biryukov
2018-11-16Introduce shard storage to auto-index.Kadir Cetinkaya
2018-11-16[clangd] Initial clang-tidy diagnostics support.Sam McCall
2018-10-18[clangd] Lay JSONRPCDispatcher to rest.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-25[clangd] Extract mapper logic from clangd-indexer into a library.Sam McCall
2018-09-25[clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall
2018-09-13[clangd] Introduce PostingList interfaceKirill Bobyrev
2018-09-13[clangd] Rename global-symbol-builder to clangd-indexer.Ilya Biryukov
2018-09-12[clangd] Add index benchmarksKirill Bobyrev
2018-09-12[clangd] Implement a Proof-of-Concept tool for symbol index explorationKirill Bobyrev
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-27[clangd] Return Dex IteratorsKirill Bobyrev
2018-07-26Revert Clangd Dex Iterators patchKirill Bobyrev
2018-07-26[clangd] Proof-of-concept query iterators for Dex symbol indexKirill 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-13[clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov
2018-06-04Reland "[clangd] Adapt file migration in r332720"Eric Liu
2018-06-04Revert "Reland "[clangd] Adapt file migration in r332720""Eric Liu
2018-06-04Reland "[clangd] Adapt file migration in r332720"Eric Liu
2018-05-30Revert "Reland "[clangd] Adapt file migration in r332720""Eric Liu
2018-05-30Reland "[clangd] Adapt file migration in r332720"Eric Liu
2018-05-24[clangd] Add clangDriver dependency after r333188Eric Liu
2018-05-18Revert "[clangd] Adapt file migration in r332720"Eric Liu
2018-05-18[clangd] Adapt file migration in r332720Eric Liu
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-03[clangd][cmake] Provide libatomic when there is no native support for 64bit a...Simon Dardis
2018-03-12[clangd] Revamp handling of diagnostics.Ilya Biryukov
2018-03-09[clangd] Use identifier range as the definition range.Haojian Wu
2018-02-16[clangd] collect symbol #include & insert #include in global code completion.Eric Liu
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] Moved caching of compile commands to ClangdServerIlya Biryukov
2018-01-22[clangd] Add support for different file URI schemas.Eric Liu