This revision was automatically updated to reflect the committed changes.
Closed by commit rG130dbf63ff12: [clangd] Fix broken assertion (authored by
kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77664/new/
https://reviews.llvm.org/D77664
kadircet updated this revision to Diff 255746.
kadircet added a comment.
- Delete the assertion too
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77664/new/
https://reviews.llvm.org/D77664
Files:
clang-tools-extra/clangd/TUScheduler.cpp
Index:
kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, MaskRay,
javed.absar, ilya-biryukov.
Herald added a project: clang.
This assertion was bad. It will show up once we start running preamble
thread async. Think