[clang-tools-extra] [clang-tidy] Rename `google-readability-casting` to `modernize-avoid-c-style-cast` (PR #171058)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 9 02:49:52 PST 2025
================
@@ -0,0 +1,35 @@
+.. title:: clang-tidy - modernize-avoid-c-style-cast
+
+modernize-avoid-c-style-cast
+============================
+
----------------
vbvictor wrote:
```suggestion
Finds usages of C-style casts.
```
Forgot the initial line
https://github.com/llvm/llvm-project/pull/171058
More information about the cfe-commits
mailing list