[PATCH] D134112: [clang] Update ReleaseNotes about a crash fix (Issue 53628)
Dmitry Polukhin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 02:07:01 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG41dbee1e6693: [clang] Update ReleaseNotes about a crash fix (Issue 53628) (authored by DmitryPolukhin).
Changed prior to commit:
https://reviews.llvm.org/D134112?vs=461009&id=461514#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134112/new/
https://reviews.llvm.org/D134112
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -155,6 +155,9 @@
This is the suggested resolution to CWG DR2628.
`Issue 57646 <https://github.com/llvm/llvm-project/issues/57646>`_
`Issue 43829 <https://github.com/llvm/llvm-project/issues/43829>`_
+- 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.461514.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220920/53a87416/attachment.bin>
More information about the cfe-commits
mailing list