[clang] Add Clang attribute to ensure that fields are initialized explicitly (PR #102040)

via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 09:21:16 PDT 2024


higher-performance wrote:

I updated the PR to change the attribute name from `explicit` to `explicit_init` and to clarify the error message that initializations must be explicit.

@AaronBallman are we good to move forward?

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


More information about the cfe-commits mailing list