[clang-tools-extra] [clang] [llvm] [clang] Fix false positive -Wmissing-field-initializer for anonymous unions (PR #70829)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 08:12:12 PST 2023
================
@@ -2537,19 +2555,13 @@ class FieldInitializerValidatorCCC final : public CorrectionCandidateCallback {
/// actually be initialized.
----------------
Fznamznon wrote:
I removed addition of `InitializedFields` parameter, so probably it makes sense to update the comment comment in a separate patch.
https://github.com/llvm/llvm-project/pull/70829
More information about the cfe-commits
mailing list