We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78146e0 commit ee0ea0eCopy full SHA for ee0ea0e
1 file changed
man/checkers/cstyleCast.md
@@ -27,11 +27,11 @@ Therefore we only warn about pointer/reference casts that could be invalid type
27
28
## Other tools / checkers
29
30
-If you want more warnings that warn about all c style casts:
+Extended checking; if you want more warnings that warn about all c style casts:
31
* Misra C++ 8.2.2, cover all C style casts.
32
* C style cast compiler warnings (i.e. clang reports Wold-style-cast)
33
34
-Checking for loss of constness:
+Complementing; checking for loss of constness etc:
35
* Misra C 11.8
36
* Loss of constness compiler warnings (i.e. clang reports Wcast-qual).
37
0 commit comments