[all-commits] [llvm/llvm-project] 8a0d14: [os_log] Fix a CodeGen crash that occurs when argu...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Tue Sep 23 12:21:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a0d145d90df3eefd5e54a2b04d4f4f2515e99cc
https://github.com/llvm/llvm-project/commit/8a0d145d90df3eefd5e54a2b04d4f4f2515e99cc
Author: Akira Hatanaka <ahatanak at gmail.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaChecking.cpp
A clang/test/SemaObjC/os_log.m
Log Message:
-----------
[os_log] Fix a CodeGen crash that occurs when arguments of struct, class, or complex types are passed to _builtin_os_log_format (#158744)
This change fixes the crash in clang's CodeGen by erroring out in Sema
if those arguments are passed.
rdar://139824423
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list