[all-commits] [llvm/llvm-project] d1e02c: [clang-tidy] Improve readability-enum-initial-valu...

Endre Fülöp via All-commits all-commits at lists.llvm.org
Mon Jan 19 06:42:39 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1e02cd31ebc5b1908da76fdc6bf751bb9ea4a34
      https://github.com/llvm/llvm-project/commit/d1e02cd31ebc5b1908da76fdc6bf751bb9ea4a34
  Author: Endre Fülöp <endre.fulop at sigmatechnology.com>
  Date:   2026-01-19 (Mon, 19 Jan 2026)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/EnumInitialValueCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability/enum-initial-value.rst
    M clang-tools-extra/test/clang-tidy/checkers/readability/enum-initial-value.c
    M clang-tools-extra/test/clang-tidy/checkers/readability/enum-initial-value.cpp

  Log Message:
  -----------
  [clang-tidy] Improve readability-enum-initial-value diagnostic message (#176485)

Enhance the readability-enum-initial-value checker to list which
enumerators
are not initialized in notes. This makes it easier for users to identify
which
specific enumerators need explicit initialization.



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