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

via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 19 15:32:53 PST 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:

Hi @AaronBallman, sorry to bug you again. Is there any chance you could review this soon so we can get it in hopefully this week? I'd be really grateful if so. It's been a few months, and now that it's the end of the year, and we're trying to deliver what we have and wrap everything up, otherwise I'll l miss my ability to deliver my work before the year ends. :( I'm hoping this only needs a stamp from you at this point, but we can't proceed without it.

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


More information about the cfe-commits mailing list