<div dir="ltr">I'm working on a project where I am utilizing clangd for code completion. I am hitting the "Uncorrected typos" assert in Sema.cpp. The first pass through the parser results in diagnostics being triggered, and suggestions are being displayed. When editing the file, and resetting the AST, this assertion is triggered, because DelayedTypos is not empty. I am looking for suggestions on how to debug this issue. It seems to be similar to <a href="https://reviews.llvm.org/D17239">https://reviews.llvm.org/D17239</a>.<div><br></div><div>Thanks.</div></div>