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


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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to