[clang] [clang] Add -Wmissing-designated-field-initializers (PR #81364)
Vadim D. via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 14:41:16 PST 2024
================
@@ -120,6 +120,10 @@ Non-comprehensive list of changes in this release
New Compiler Flags
------------------
+- ``-Wmissing-designated-field-initializers``, grouped under ``-Wmissing-designated-field-initializers``.
----------------
vvd170501 wrote:
Would it be ok to also add this patch to the 18.x release branch?
It would be nice to have a way to keep old behavior of the m-f-i check when upgrading from Clang 16/17 to 18.
https://github.com/llvm/llvm-project/pull/81364
More information about the cfe-commits
mailing list