summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/TUScheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-1/+1
* [clangd] Fix 407ac2e, which was broken and committed too soonSam McCall2019-11-291-3/+3
* [clangd] Log cc1 args at verbose level.Sam McCall2019-11-291-0/+4
* [clangd] Implement cross-file rename.Haojian Wu2019-11-261-0/+7
* [clangd] Propogate context in TUScheduler::runKadir Cetinkaya2019-10-231-1/+6
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall2019-09-041-0/+2
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-12/+30
* [clangd] Don't use Bind() where C++14 move capture worksBenjamin Kramer2019-08-151-24/+17
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-5/+5
* clangd: use -j for background index poolSam McCall2019-08-091-4/+5
* [clangd] Provide a way to publish highlightings in non-racy mannerIlya Biryukov2019-07-191-29/+31
* [clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall2019-07-121-1/+3
* [clangd] Add ClangdServer accessor for buffer contentsSam McCall2019-06-191-0/+9
* [clangd] Fix typo in GUARDED_BY()Nikolai Kosjar2019-06-121-1/+1
* [clangd] Wait for compile command in ASTWorker instead of ClangdServerEric Liu2019-04-151-40/+85
* [clangd] Include compile command heuristic in logsSam McCall2019-04-111-1/+2
* [clangd] Add fallback mode for code completion when compile command or preamb...Eric Liu2019-04-081-13/+16
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-18/+9
* [clangd] Enable include insertion for static indexKadir Cetinkaya2019-02-041-2/+4
* [clangd] NFC: fix clang-tidy warnings.Haojian Wu2019-01-251-1/+1
* 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-41/+45
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-7/+6
* [clangd] Expose FileStatus to LSP.Haojian Wu2018-12-201-0/+34
* [clangd] Avoid emitting Queued status when we are able to acquire the Barrier.Haojian Wu2018-12-131-3/+5
* [clangd] C++ API for emitting file status.Haojian Wu2018-12-061-8/+54
* [clangd] Cleanup: make the diags callback global in TUSchedulerIlya Biryukov2018-11-221-11/+8
* [clangd] Cleanup: make diagnostics callbacks from TUScheduler non-racyIlya Biryukov2018-11-221-1/+24
* [clangd] Respect task cancellation in TUScheduler.Sam McCall2018-11-221-0/+23
* [clangd] workspace/symbol should be async, it reads from the index.Sam McCall2018-10-251-0/+6
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-48/+44
* [clangd] Lay JSONRPCDispatcher to rest.Sam McCall2018-10-181-5/+4
* [clangd] NFC: Migrate to LLVM STLExtras API where possibleKirill Bobyrev2018-10-071-2/+1
* [clangd] Fix TUScheduler typosFangrui Song2018-09-141-6/+6
* [clangd] Some nitpicking around the new split (preamble/main) dynamic indexSam McCall2018-09-031-15/+11
* [clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed.Sam McCall2018-08-301-8/+58
* [clangd] Add some trace::Spans. NFCIlya Biryukov2018-08-281-0/+1
* [clangd] Add callbacks on parsed AST in addition to parsed preamblesIlya Biryukov2018-08-221-17/+24
* [clangd] Always use the latest preambleHaojian Wu2018-08-171-2/+1
* [clangd] Try to fix buildbot after r339320.Eric Liu2018-08-091-1/+1
* [clangd] Record the file being processed in a TUScheduler thread in context.Eric Liu2018-08-091-6/+17
* [clangd] Do not build AST if no diagnostics were requestedIlya Biryukov2018-07-311-2/+5
* [clangd] Report diagnostics even if WantDiags::No AST was reusedIlya Biryukov2018-07-311-22/+37
* [clangd] Do not remove AST from cache if nothing changedIlya Biryukov2018-07-301-2/+5
* [clangd] Fix a comment. NFCIlya Biryukov2018-07-301-2/+2
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-261-3/+3
* [clangd] Do not rebuild AST if inputs have not changedIlya Biryukov2018-07-261-3/+30
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-5/+5
* [clangd] Wait for first preamble before code completionIlya Biryukov2018-07-091-0/+22
OpenPOWER on IntegriCloud