We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f301d3 commit 3b477ceCopy full SHA for 3b477ce
man/checkers/cstyleCast.md
@@ -23,6 +23,10 @@ This checker is about C casts that converts to/from a pointer or reference.
23
Dangerous conversions are covered by other warnings so this ID `cstyleCast` is primarily about
24
writing warnings for casts that are currently safe.
25
26
+# Motivation
27
+
28
+The motivation of this checker is to modernize c++ code.
29
30
## How to fix
31
32
You can use C++ casts such as `static_cast` to fix these warnings.
0 commit comments