[PATCH] D62648: [Sema][Typo] Fix assertion failure for expressions with multiple typos

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 15:26:21 PDT 2019


dgoldman added a comment.

In D62648#1596535 <https://reviews.llvm.org/D62648#1596535>, @rsmith wrote:

> Thanks, LGTM. Do you need someone to commit this for you?


Nope, I can commit it. There's still one outstanding issue though: typo-correction-cxx11.cpp is still failing with the `DelayedTypos.empty() && "Uncorrected typos!"` error, looking into how I can handle it.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62648/new/

https://reviews.llvm.org/D62648





More information about the cfe-commits mailing list