[all-commits] [llvm/llvm-project] 536a1b: [clangd] Allow CDBs to have background work to blo...
Sam McCall via All-commits
all-commits at lists.llvm.org
Wed Jan 20 02:15:50 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 536a1b0ea21163eaee53652c527ea20cf45bc675
https://github.com/llvm/llvm-project/commit/536a1b0ea21163eaee53652c527ea20cf45bc675
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.cpp
M clang-tools-extra/clangd/ClangdServer.h
M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
M clang-tools-extra/clangd/GlobalCompilationDatabase.h
Log Message:
-----------
[clangd] Allow CDBs to have background work to block on.
In preparation for moving DirectoryBasedCompilationDatabase broadcasting off
the main thread.
Differential Revision: https://reviews.llvm.org/D94603
More information about the All-commits
mailing list