[clang] [clang] Non-object types are non-trivially relocatable (PR #69734)
Amirreza Ashouri via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 16 03:43:47 PST 2023
================
@@ -477,10 +477,10 @@ Bug Fixes in This Version
- Clang now prints unnamed members in diagnostic messages instead of giving an
empty ''. Fixes
(`#63759 <https://github.com/llvm/llvm-project/issues/63759>`_)
-- Fix crash in __builtin_strncmp and related builtins when the size value
- exceeded the maximum value representable by int64_t. Fixes
+- Fix crash in ``__builtin_strncmp`` and related builtins when the size value
+ exceeded the maximum value representable by ``int64_t``. Fixes
(`#64876 <https://github.com/llvm/llvm-project/issues/64876>`_)
-- Fixed an assertion if a function has cleanups and fatal erors.
+- Fixed an assertion if a function has cleanups and fatal errors.
----------------
AMP999 wrote:
Sure, it's done!
https://github.com/llvm/llvm-project/pull/69734
More information about the cfe-commits
mailing list