Author: Nick Sarnie Date: 2026-03-13T20:52:55Z New Revision: fd765cd3e62df92a0bbef449b326e83f7785a71a
URL: https://github.com/llvm/llvm-project/commit/fd765cd3e62df92a0bbef449b326e83f7785a71a DIFF: https://github.com/llvm/llvm-project/commit/fd765cd3e62df92a0bbef449b326e83f7785a71a.diff LOG: [clang][Doc][NFC] Add release note for #186210 (#186502) Forgot to add this in the actual PR, https://github.com/llvm/llvm-project/pull/186210 Signed-off-by: Nick Sarnie <[email protected]> Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 031d7405e7f58..bacf2761ca816 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -384,6 +384,7 @@ Miscellaneous Clang Crashes Fixed - Fixed an assertion failure in ObjC++ ARC when binding a rvalue reference to reference with diff erent lifetimes (#GH178524) - Fixed a crash when subscripting a vector type with large unsigned integer values. (#GH180563) - Fixed a crash when evaluating ``__is_bitwise_cloneable`` on invalid record types. (#GH183707) +- Fixed an assertion failure when casting a function pointer with a target with a non-default program address space. (#GH186210) OpenACC Specific Changes ------------------------ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
