[PATCH] D134112: [clang] Update ReleaseNotes about a crash fix (Issue 53628)

Dmitry Polukhin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 17 08:35:51 PDT 2022


DmitryPolukhin created this revision.
DmitryPolukhin added reviewers: aaron.ballman, Tyker.
Herald added a project: All.
DmitryPolukhin requested review of this revision.
Herald added a project: clang.

Update ReleaseNotes about a crash fix (Issue 53628)

Test Plan: none


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134112

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -146,6 +146,9 @@
 - A SubstTemplateTypeParmType can now represent the pack index for a
   substitution from an expanded pack.
   `Issue 56099 <https://github.com/llvm/llvm-project/issues/56099>`_
+- Fixed a crash in C++20 mode in Clang and Clangd when compile source
+  with compilation errors.
+  `Issue 53628 <https://github.com/llvm/llvm-project/issues/53628>`_
 
 
 Improvements to Clang's diagnostics


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134112.461009.patch
Type: text/x-patch
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220917/f81cbe06/attachment.bin>


More information about the cfe-commits mailing list