[clang] Fix false negative when value initializing a field annotated with [[clang::require_field_initialization]] (PR #124329)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 30 12:35:17 PST 2025


AaronBallman wrote:

> > Sorry for the delayed review, this fell off my radar this week! :-/
> > Changes LGTM! The release branch did get cut, so this would need to be backported (https://releases.llvm.org/19.1.0/docs/GitHub.html#backporting-fixes-to-the-release-branches).
> 
> Ah okay no worries, thanks! So I guess you'll need to merge this into mainline and then I can make a PR to backport it?

Yup! I was just waiting on Erich for a second set of eyes on the changes before I landed, but it's pushed now.

https://github.com/llvm/llvm-project/pull/124329


More information about the cfe-commits mailing list