[clang-tidy] Fix documentation in modernize-avoid-c-style-cast (#171413)

Related discussion:
https://github.com/llvm/llvm-project/pull/171058#discussion_r2602100364
This commit is contained in:
mitchell
2025-12-09 19:21:37 +08:00
committed by GitHub
parent e60a3325a3
commit 6b59a95506
2 changed files with 3 additions and 0 deletions

View File

@@ -10,3 +10,5 @@ for more information.
Finds usages of C-style casts.
https://google.github.io/styleguide/cppguide.html#Casting
Corresponding cpplint.py check name: `readability/casting`.

View File

@@ -3,6 +3,7 @@
modernize-avoid-c-style-cast
============================
Finds usages of C-style casts.
C-style casts can perform a variety of different conversions (``const_cast``,
``static_cast``, ``reinterpret_cast``, or a combination). This makes them