[clang] e791e9f - Add a release note for https://github.com/llvm/llvm-project/pull/68001 (#68061)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 3 11:25:36 PDT 2023


Author: Akira Hatanaka
Date: 2023-10-03T11:25:31-07:00
New Revision: e791e9faa7af4f002ae7b61a4c4b38803d23159a

URL: https://github.com/llvm/llvm-project/commit/e791e9faa7af4f002ae7b61a4c4b38803d23159a
DIFF: https://github.com/llvm/llvm-project/commit/e791e9faa7af4f002ae7b61a4c4b38803d23159a.diff

LOG: Add a release note for https://github.com/llvm/llvm-project/pull/68001 (#68061)

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 6be824771c583be..f5825e15c76f1da 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -410,6 +410,8 @@ Miscellaneous Clang Crashes Fixed
   `Issue 64065 <https://github.com/llvm/llvm-project/issues/64065>`_
 - Fixed a crash when check array access on zero-length element.
   `Issue 64564 <https://github.com/llvm/llvm-project/issues/64564>`_
+- Fixed a crash when an ObjC ivar has an invalid type. See
+  (`#68001 <https://github.com/llvm/llvm-project/pull/68001>`_)
 
 Target Specific Changes
 -----------------------


        


More information about the cfe-commits mailing list