[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:11:25 PDT 2023


erichkeane added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:173
   by prioritizing ``-Wunreachable-code-fallthrough``.
+- Clang won't crash when fold expression contains a delayed typos correction.
 
----------------
This should go in the `Bug Fixes In This Version` section, right below this.  Also, try to elaborate and make it more like the format of the others around there.


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

https://reviews.llvm.org/D145892



More information about the cfe-commits mailing list