[clang] Add Clang attribute to ensure that fields are initialized explicitly (PR #102040)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 14 10:30:50 PDT 2024
================
@@ -3141,6 +3148,10 @@ def warn_attribute_ignored_no_calls_in_stmt: Warning<
"statement">,
InGroup<IgnoredAttributes>;
+def warn_attribute_needs_aggregate : Warning<
----------------
higher-performance wrote:
@AaronBallman would you mind taking another look at this PR? We've addressed all the comments that we can otherwise.
https://github.com/llvm/llvm-project/pull/102040
More information about the cfe-commits
mailing list