File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,15 @@ for t in \
83
83
echo " $undoc " | sed ' s/^/\\fB/;s/-/\\-/g;s/$/\\fR/' >> man_page_opts
84
84
done
85
85
;;
86
+ # We also need ignore the negative default checks for goto-instrument given
87
+ # that it's not processing them (but still ends up importing them by using
88
+ # the macro PARSE_OPTIONS_GOTO_CHECK). The rationale for ignoring them is
89
+ # similar to the goto-diff entry below.
86
90
goto-instrument)
87
91
for undoc in \
88
92
-document-claims-html -document-claims-latex -show-claims \
89
- -no-simplify ; do
93
+ -no-simplify -no-pointer-check -no-bounds-check -no-undefined-shift-check \
94
+ -no-pointer-primitive-check -no-div-by-zero-check -no-signed-overflow-check ; do
90
95
echo " $undoc " >> help_string
91
96
echo " $undoc " | sed ' s/^/\\fB/;s/-/\\-/g;s/$/\\fR/' >> man_page_opts
92
97
done
You can’t perform that action at this time.
0 commit comments