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.
2 parents 8a5094f + b4f25af commit 71edec7Copy full SHA for 71edec7
src/ansi-c/goto_check_c.h
@@ -63,7 +63,7 @@ void goto_check_c(
63
"enable pointer arithmetic over- and underflow checks\n" \
64
" {y--conversion-check} \t " \
65
"check whether values can be represented after type cast\n" \
66
- " {y--undefined-shift-check} \t check shift greater than bit-width" \
+ " {y--undefined-shift-check} \t check shift greater than bit-width\n" \
67
" {y--float-overflow-check} \t check floating-point for +/-Inf\n" \
68
" {y--nan-check} \t check floating-point for NaN\n" \
69
" {y--enum-range-check} \t " \
0 commit comments