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