mirror of
https://github.com/intel/llvm.git
synced 2026-01-12 18:27:07 +08:00
[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:
@@ -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`.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user