We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f7955 commit 6dd0aa3Copy full SHA for 6dd0aa3
clang-tools-extra/clangd/TUScheduler.cpp
@@ -1330,7 +1330,6 @@ void ASTWorker::startTask(llvm::StringRef Name,
1330
std::optional<UpdateType> Update,
1331
TUScheduler::ASTActionInvalidation Invalidation) {
1332
if (RunSync) {
1333
- std::lock_guard<std::mutex> Lock(Mutex);
1334
assert(!Done && "running a task after stop()");
1335
runTask(Name, Task);
1336
return;
0 commit comments