Restore intraprocedural mode for Eradicate and Checkers

Reviewed By: jeremydubreil

Differential Revision: D2906910

fb-gh-sync-id: 62bf4c1
master
Cristiano Calcagno 9 years ago committed by facebook-github-bot-5
parent 34b62fc51c
commit 6be7266f1f

@ -235,7 +235,7 @@ let arg_desc =
The analysis ignores errors caused by unknown procedure calls." The analysis ignores errors caused by unknown procedure calls."
; ;
"-checkers", "-checkers",
Arg.Set checkers, Arg.Unit (fun () -> checkers := true; Config.intraprocedural := true),
None, None,
" run only the checkers instead of the full analysis" " run only the checkers instead of the full analysis"
; ;
@ -250,7 +250,7 @@ let arg_desc =
" execute the code query" " execute the code query"
; ;
"-eradicate", "-eradicate",
Arg.Set Config.eradicate, Arg.Unit (fun () -> Config.eradicate := true; Config.intraprocedural := true),
None, None,
" activate the eradicate checker for java annotations" " activate the eradicate checker for java annotations"
; ;

Loading…
Cancel
Save