From: Dmitry Polukhin Date: Sat, 17 Sep 2022 15:30:30 +0000 (-0700) Subject: [clang] Update ReleaseNotes about a crash fix (Issue 53628) X-Git-Tag: upstream/17.0.6~33051 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41dbee1e66937fe7d579b73d30dc790cd79b8738;p=platform%2Fupstream%2Fllvm.git [clang] Update ReleaseNotes about a crash fix (Issue 53628) Update ReleaseNotes about a crash fix (Issue 53628) Test Plan: none Differential Revision: https://reviews.llvm.org/D134112 --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 1744a8b..5d6b53b 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -155,6 +155,9 @@ Bug Fixes This is the suggested resolution to CWG DR2628. `Issue 57646 `_ `Issue 43829 `_ +- Fixed a crash in C++20 mode in Clang and Clangd when compile source + with compilation errors. + `Issue 53628 `_ Improvements to Clang's diagnostics