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 c0ea367 + 72d84b8 commit 2b5ea24Copy full SHA for 2b5ea24
src/analyses/goto_check.h
@@ -60,7 +60,6 @@ void goto_check(
60
" --nan-check check floating-point for NaN\n" \
61
" --enum-range-check checks that all enum type expressions have values in the enum range\n" /* NOLINT(whitespace/line_length) */ \
62
" --pointer-primitive-check checks that all pointers in pointer primitives are valid or null\n" /* NOLINT(whitespace/line_length) */ \
63
- " --no-built-in-assertions ignore assertions in built-in library\n" \
64
" --retain-trivial-checks include checks that are trivially true\n" \
65
" --error-label label check that label is unreachable\n" \
66
" --no-built-in-assertions ignore assertions in built-in library\n" \
0 commit comments