[clang] Add Clang attribute to ensure that fields are initialized explicitly (PR #102040)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 25 10:43:39 PDT 2024
================
@@ -3141,6 +3148,10 @@ def warn_attribute_ignored_no_calls_in_stmt: Warning<
"statement">,
InGroup<IgnoredAttributes>;
+def warn_attribute_needs_aggregate : Warning<
----------------
erichkeane wrote:
This seems like it should be an error here, mis-use of this should be an error IMO.
https://github.com/llvm/llvm-project/pull/102040
More information about the cfe-commits
mailing list