[PATCH] D153724: [clang] Fix a crash on invalid destructor

Younan Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 25 09:48:16 PDT 2023


zyounan added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:524
   crash when we encounter a unresolved TypoExpr during diagnostic emission.
-  (`#50244 <https://github.com/llvm/llvm-project/issues/50244>_`).
+  (`#50244 <https://github.com/llvm/llvm-project/issues/50244>`_).
 - Apply ``-fmacro-prefix-map`` to anonymous tags in template arguments
----------------
These underscores are not placed correctly so I revised them as well. Hope you don't mind. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153724



More information about the cfe-commits mailing list