[all-commits] [llvm/llvm-project] 3d91a7: Reorganize -Winitializer-overrides and -Wreorder-i...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue Apr 22 04:58:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d91a71223801bb73ab3e4ff8ab3f883639ed79f
      https://github.com/llvm/llvm-project/commit/3d91a71223801bb73ab3e4ff8ab3f883639ed79f
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticGroups.td
    A clang/test/SemaCXX/cxx20-c99-designator.cpp
    M clang/test/SemaCXX/decltype.cpp

  Log Message:
  -----------
  Reorganize -Winitializer-overrides and -Wreorder-init-list (#136586)

These are both now grouped under -Wc99-designator as they both relate to
the C99 feature as it was introduced into C++20.

Fixes #47037



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list