[all-commits] [llvm/llvm-project] ff59ec: [clang-tidy] Rename `google-readability-casting` t...

Islam Imad via All-commits all-commits at lists.llvm.org
Tue Dec 9 02:40:09 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff59ecd8856f5501ba90850baa4b0f0d4d309bad
      https://github.com/llvm/llvm-project/commit/ff59ecd8856f5501ba90850baa4b0f0d4d309bad
  Author: Islam Imad <143586474+Islam-Imad at users.noreply.github.com>
  Date:   2025-12-09 (Tue, 09 Dec 2025)

  Changed paths:
    R clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
    R clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.h
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    M clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
    A clang-tools-extra/clang-tidy/modernize/AvoidCStyleCastCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/AvoidCStyleCastCheck.h
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/google/readability-casting.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize/avoid-c-style-cast.rst
    R clang-tools-extra/test/clang-tidy/checkers/google/readability-casting.c
    R clang-tools-extra/test/clang-tidy/checkers/google/readability-casting.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize/avoid-c-style-cast.c
    A clang-tools-extra/test/clang-tidy/checkers/modernize/avoid-c-style-cast.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-LIFO.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-multiple-end-single.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-begin-single-end-multiple.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-mismatched-check-names.cpp

  Log Message:
  -----------
  [clang-tidy] Rename `google-readability-casting` to `modernize-avoid-c-style-cast` (#171058)

Rename `google-readability-casting` to `modernize-avoid-c-style-cast`

The old name is kept as an alias for backward compatibility.

Fixes #170978



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