Skip to content

Commit 6ac9ce0

Browse files
committed
tweaking
1 parent 78146e0 commit 6ac9ce0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/checkers/cstyleCast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Therefore we only warn about pointer/reference casts that could be invalid type
2727

2828
## Other tools / checkers
2929

30-
If you want more warnings that warn about all c style casts:
30+
Extended checking; if you want more warnings that warn about all c style casts:
3131
* Misra C++ 8.2.2, cover all C style casts.
3232
* C style cast compiler warnings (i.e. clang reports Wold-style-cast)
3333

34-
Checking for loss of constness:
34+
Complementing; checking for loss of constness etc:
3535
* Misra C 11.8
3636
* Loss of constness compiler warnings (i.e. clang reports Wcast-qual).
3737

0 commit comments

Comments
 (0)