[PATCH] D145892: [SemaCXX]use CorrectDelayedTyposInExpr in ActOnCXXFoldExpr only when Diag

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 08:25:16 PDT 2023


erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

LGTM with 2 nits.



================
Comment at: clang/docs/ReleaseNotes.rst:196
   (`#60936 <https://github.com/llvm/llvm-project/issues/60936>`_)
+- Fix crash when parsing fold expression contains a delayed typos correction.
+  (`#61326 <https://github.com/llvm/llvm-project/issues/61326>`_)
----------------



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

https://reviews.llvm.org/D145892



More information about the cfe-commits mailing list