summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/SyncAPI.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-151/+0
* [clangd] Return clangd::TextEdit in ClangdServer::rename. NFCIlya Biryukov2019-04-031-4/+4
* [clangd] Implement textDocument/declaration from LSP 3.14Sam McCall2019-02-011-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-30/+30
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-1/+0
* [clangd] Add support for hierarchical documentSymbolIlya Biryukov2018-11-231-3/+3
* [clangd] Get rid of QueryScopes.empty() == AnyScope special case.Eric Liu2018-11-061-0/+1
* [clangd] auto-index stores symbols per-file instead of per-TU.Eric Liu2018-11-061-0/+10
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-23/+24
* [clangd] Minimal implementation of automatic static index (not enabled).Sam McCall2018-10-151-0/+12
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-1/+2
* [clangd] Implementation of textDocument/documentSymbolMarc-Andre Laperle2018-07-051-0/+7
* [clangd] Replace UniqueFunction with llvm::unique_function.Benjamin Kramer2018-07-031-1/+1
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-021-2/+2
* [clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov2018-06-131-2/+2
* [clangd] Implementation of workspace/symbol requestMarc-Andre Laperle2018-04-231-0/+7
* [clangd] Remove forceReparse, add a flag to addDocument insteadIlya Biryukov2018-03-141-2/+3
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-11/+11
* [clangd] Extract ClangdServer::Options struct.Sam McCall2018-03-051-0/+6
* [clangd] Remove codecomplete override content API. Long live addDocument!Sam McCall2018-02-271-8/+6
* [clangd] BindWithForward -> Bind. NFCSam McCall2018-02-231-1/+1
* [clangd] Fixed compilation with MVSC.Ilya Biryukov2018-02-151-6/+11
* [clangd] Make functions of ClangdServer callback-basedIlya Biryukov2018-02-151-6/+44
* [clangd] Remove codeComplete that returns std::future<>Ilya Biryukov2018-02-121-0/+66
OpenPOWER on IntegriCloud