|
|
|
@ -815,14 +815,6 @@ and array_level =
|
|
|
|
|
|}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and blacklist =
|
|
|
|
|
CLOpt.mk_string_opt
|
|
|
|
|
~deprecated:["-blacklist-regex"; "-blacklist"]
|
|
|
|
|
~long:"buck-blacklist"
|
|
|
|
|
~in_help:InferCommand.[(Run, manual_buck_flavors); (Capture, manual_buck_flavors)]
|
|
|
|
|
~meta:"regex" "Skip analysis of files matched by the specified regular expression"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and bo_relational_domain =
|
|
|
|
|
CLOpt.mk_symbol_opt ~long:"bo-relational-domain"
|
|
|
|
|
~in_help:InferCommand.[(Analyze, manual_buffer_overrun)]
|
|
|
|
@ -839,6 +831,16 @@ and bootclasspath =
|
|
|
|
|
(** Automatically set when running from within Buck *)
|
|
|
|
|
and buck = CLOpt.mk_bool ~long:"buck" ""
|
|
|
|
|
|
|
|
|
|
and buck_blacklist =
|
|
|
|
|
CLOpt.mk_string_opt
|
|
|
|
|
~deprecated:["-blacklist-regex"; "-blacklist"]
|
|
|
|
|
~long:"buck-blacklist"
|
|
|
|
|
~in_help:InferCommand.[(Run, manual_buck_flavors); (Capture, manual_buck_flavors)]
|
|
|
|
|
~meta:"regex"
|
|
|
|
|
"Skip capture of files matched by the specified regular expression (only the \"flavors \
|
|
|
|
|
(C++)\" Buck integration is supported, not Java)."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and buck_build_args =
|
|
|
|
|
CLOpt.mk_string_list ~long:"Xbuck"
|
|
|
|
|
~in_help:InferCommand.[(Capture, manual_buck_flavors)]
|
|
|
|
@ -878,6 +880,14 @@ and capture =
|
|
|
|
|
"capture and translate source files into infer's intermediate language for analysis"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and capture_blacklist =
|
|
|
|
|
CLOpt.mk_string_opt ~long:"capture-blacklist"
|
|
|
|
|
~in_help:InferCommand.[(Run, manual_buck_flavors); (Capture, manual_buck_flavors)]
|
|
|
|
|
~meta:"regex"
|
|
|
|
|
"Skip capture of files matched by the specified OCaml regular expression (only supported by \
|
|
|
|
|
the javac integration for now)."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and changed_files_index =
|
|
|
|
|
CLOpt.mk_path_opt ~long:"changed-files-index"
|
|
|
|
|
~in_help:InferCommand.[(Analyze, manual_generic); (Diff, manual_generic)]
|
|
|
|
@ -2472,8 +2482,6 @@ and array_level = !array_level
|
|
|
|
|
|
|
|
|
|
and biabduction = !biabduction
|
|
|
|
|
|
|
|
|
|
and blacklist = !blacklist
|
|
|
|
|
|
|
|
|
|
and bootclasspath = !bootclasspath
|
|
|
|
|
|
|
|
|
|
and bo_debug = !bo_debug
|
|
|
|
@ -2482,6 +2490,8 @@ and bo_relational_domain = !bo_relational_domain
|
|
|
|
|
|
|
|
|
|
and buck = !buck
|
|
|
|
|
|
|
|
|
|
and buck_blacklist = !buck_blacklist
|
|
|
|
|
|
|
|
|
|
and buck_build_args = !buck_build_args
|
|
|
|
|
|
|
|
|
|
and buck_build_args_no_inline = !buck_build_args_no_inline
|
|
|
|
@ -2513,6 +2523,8 @@ and capture =
|
|
|
|
|
!capture
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and capture_blacklist = !capture_blacklist
|
|
|
|
|
|
|
|
|
|
and changed_files_index = !changed_files_index
|
|
|
|
|
|
|
|
|
|
and check_nullable = !check_nullable
|
|
|
|
|