summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Threading.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Replace UniqueFunction with llvm::unique_function.Benjamin Kramer2018-07-031-1/+1
* [clangd] Trace time the operations wait on Semaphore.Ilya Biryukov2018-06-121-3/+9
* [clangd] Debounce streams of updates.Sam McCall2018-03-021-1/+10
* [clangd] Allow embedders some control over when diagnostics are generated.Sam McCall2018-02-221-2/+12
* [clangd] Tracing: name worker threads, and enforce naming scheduled async tasksSam McCall2018-02-191-3/+5
* [clangd] Stop exposing Futures from ClangdServer operations.Sam McCall2018-02-131-4/+14
* Resubmit "[clangd] The new threading implementation"Ilya Biryukov2018-02-081-48/+48
* Revert "[clangd] The new threading implementation" (r324356)Ilya Biryukov2018-02-061-48/+48
* [clangd] Fixed a bug in the new threading implementation.Ilya Biryukov2018-02-061-4/+5
* [clangd] The new threading implementationIlya Biryukov2018-02-061-49/+48
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-1/+3
* [clangd] Refactored threading in ClangdServerIlya Biryukov2018-01-311-0/+61
OpenPOWER on IntegriCloud