summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/ClangdTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-1162/+0
* [clangd] Wait for compile command in ASTWorker instead of ClangdServerEric Liu2019-04-151-0/+58
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-9/+14
* [clangd] Add fallback mode for code completion when compile command or preamb...Eric Liu2019-04-081-1/+37
* [clangd] Implement textDocument/declaration from LSP 3.14Sam McCall2019-02-011-12/+11
* [clangd] Filter out plugin related flags and move all commandline manipulatio...Kadir Cetinkaya2019-01-221-0/+23
* 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-26/+25
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-2/+2
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-5/+9
* [clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racyIlya Biryukov2018-11-221-1/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-24/+25
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-6/+6
* [clangd] Make FSProvider const-correct. NFCSam McCall2018-10-101-3/+3
* [clangd] Temporarily disable VFS stats cache test for windows.Eric Liu2018-10-021-0/+3
* [clangd] Try to fix windows buildbot after r343576Eric Liu2018-10-021-2/+3
* [clangd] Cache FS stat() calls when building preamble.Eric Liu2018-10-021-0/+65
* [clangd] Added a test for preambles and -isystemIlya Biryukov2018-07-091-0/+36
* [clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.Sam McCall2018-07-021-1/+1
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-151-22/+0
* [clangd] Move caching of compile args out of ClangdServer.Ilya Biryukov2018-06-131-23/+5
* [clangd] Remove LSP command-based #include insertion.Eric Liu2018-05-151-61/+0
* [clangd] Allow using customized include path in URI.Haojian Wu2018-04-091-0/+26
* [clangd] Remove 'static' from a function inside anonymous ns. NFCIlya Biryukov2018-03-231-1/+1
* Move DraftMgr from ClangdServer to ClangdLSPServerSimon Marchi2018-03-161-1/+4
* [clangd] Remove forceReparse, add a flag to addDocument insteadIlya Biryukov2018-03-141-30/+20
* [clangd] Remove Tagged and some related APIs from ClangdServer.Sam McCall2018-03-121-49/+43
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-20/+14
* [clangd] Use identifier range as the definition range.Haojian Wu2018-03-091-2/+2
* [clangd] Sort includes when formatting code or inserting new includes.Eric Liu2018-03-061-4/+47
* [clangd] Extract ClangdServer::Options struct.Sam McCall2018-03-051-67/+36
* [clangd] don't insert new includes if either original header or canonical hea...Eric Liu2018-02-261-4/+19
* [clangd] DidChangeConfiguration NotificationSimon Marchi2018-02-221-0/+104
* [clangd] Do not reuse preamble if compile args changedIlya Biryukov2018-02-191-0/+40
* [clangd] collect symbol #include & insert #include in global code completion.Eric Liu2018-02-161-2/+34
* [clangd] TestFS cleanup: getVirtualBlahBlah -> testPath/testRoot. Remove Smal...Sam McCall2018-02-161-36/+29
* [clangd] Make functions of ClangdServer callback-basedIlya Biryukov2018-02-151-9/+9
* [clangd] Fix data race in ClangdThreadingTest.StressTestIlya Biryukov2018-02-141-19/+2
* [clangd] Explicitly initialize all primitive fields in Protocol.hIlya Biryukov2018-02-141-14/+17
* [clangd] Stop exposing Futures from ClangdServer operations.Sam McCall2018-02-131-56/+34
* [clangd] Remove codeComplete that returns std::future<>Ilya Biryukov2018-02-121-11/+9
* [clangd] Fix crash in tests in debug mode.Ilya Biryukov2018-02-091-3/+3
* [clangd] Fix crash when CompilerInvocation can't be created.Ilya Biryukov2018-02-091-0/+35
* Resubmit "[clangd] The new threading implementation"Ilya Biryukov2018-02-081-29/+11
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-56/+44
* [clangd] Provide a helper to report estimated memory usage per-fileIlya Biryukov2018-01-251-0/+45
* [clangd] Pass Context to onDiagnosticsReady callbackIlya Biryukov2018-01-101-3/+3
* [clangd] Implemented logging using ContextIlya Biryukov2017-12-131-58/+61
* [clangd] Set completion options per-request.Ilya Biryukov2017-12-051-12/+11
* [clangd] Remove unused test param. NFCSam McCall2017-12-051-9/+9
OpenPOWER on IntegriCloud