[all-commits] [llvm/llvm-project] f5dc30: [C] Fix failing assertion with designated inits (#...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon Aug 18 07:22:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5dc3021cda339f7695272ad6e02b79f193c50c4
https://github.com/llvm/llvm-project/commit/f5dc3021cda339f7695272ad6e02b79f193c50c4
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaInit.cpp
M clang/test/Sema/designated-initializers.c
M clang/test/SemaObjC/exprs.m
Log Message:
-----------
[C] Fix failing assertion with designated inits (#154120)
Incompatible pointer to integer conversion diagnostic checks would
trigger an assertion when the designated initializer is for an array of
unknown bounds.
Fixes #154046
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