summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/SyncAPI.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-59/+0
* [clangd] Return clangd::TextEdit in ClangdServer::rename. NFCIlya Biryukov2019-04-031-1/+1
* [clangd] Implement textDocument/declaration from LSP 3.14Sam McCall2019-02-011-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-2/+2
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-0/+1
* [clangd] Minimal implementation of automatic static index (not enabled).Sam McCall2018-10-151-1/+4
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+6
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-0/+3
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-021-1/+1
* [clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov2018-06-131-2/+1
* [clangd] Implementation of workspace/symbol requestMarc-Andre Laperle2018-04-231-0/+3
* [clangd] Remove forceReparse, add a flag to addDocument insteadIlya Biryukov2018-03-141-1/+3
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-7/+7
* [clangd] Extract ClangdServer::Options struct.Sam McCall2018-03-051-0/+3
* [clangd] Remove codecomplete override content API. Long live addDocument!Sam McCall2018-02-271-6/+4
* [clangd] Make functions of ClangdServer callback-basedIlya Biryukov2018-02-151-0/+16
* [clangd] Remove codeComplete that returns std::future<>Ilya Biryukov2018-02-121-0/+28
OpenPOWER on IntegriCloud