You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Berdine f3fab1e9b6
Support parsing build command arguments
8 years ago
..
.project initial synchronization 10 years ago
Attribute.ml Silence deprecation warnings 8 years ago
Attribute.mli Divide Utils into Utils, Pp, and IStd 8 years ago
BuiltinDefn.ml Divide Utils into Utils, Pp, and IStd 8 years ago
BuiltinDefn.mli Divide Utils into Utils, Pp, and IStd 8 years ago
InferAnalyze.re Divide Utils into Utils, Pp, and IStd 8 years ago
InferAnalyze.rei Divide Utils into Utils, Pp, and IStd 8 years ago
InferAnalyzeExe.re Divide Utils into Utils, Pp, and IStd 8 years ago
InferAnalyzeExe.rei Divide Utils into Utils, Pp, and IStd 8 years ago
InferPrint.re Support parsing build command arguments 8 years ago
InferPrint.rei Divide Utils into Utils, Pp, and IStd 8 years ago
InferPrintExe.re Divide Utils into Utils, Pp, and IStd 8 years ago
InferPrintExe.rei Divide Utils into Utils, Pp, and IStd 8 years ago
PerfStats.ml Silence deprecation warnings 8 years ago
PerfStats.mli Divide Utils into Utils, Pp, and IStd 8 years ago
PropUtil.re Divide Utils into Utils, Pp, and IStd 8 years ago
PropUtil.rei Divide Utils into Utils, Pp, and IStd 8 years ago
README.md Convert Inferprint and Inferanalyze to Reason 8 years ago
StatsAggregator.re Divide Utils into Utils, Pp, and IStd 8 years ago
StatsAggregator.rei Divide Utils into Utils, Pp, and IStd 8 years ago
abs.ml Open Core.Std by default, still use Caml Hashtbl, Map, Set 8 years ago
abs.mli Divide Utils into Utils, Pp, and IStd 8 years ago
absarray.ml Silence deprecation warnings 8 years ago
absarray.mli Divide Utils into Utils, Pp, and IStd 8 years ago
buckets.ml Divide Utils into Utils, Pp, and IStd 8 years ago
buckets.mli Divide Utils into Utils, Pp, and IStd 8 years ago
builtin.ml Divide Utils into Utils, Pp, and IStd 8 years ago
builtin.mli Divide Utils into Utils, Pp, and IStd 8 years ago
callbacks.ml Divide Utils into Utils, Pp, and IStd 8 years ago
callbacks.mli Divide Utils into Utils, Pp, and IStd 8 years ago
cluster.ml Core.Std.( ^/ ) 8 years ago
cluster.mli Divide Utils into Utils, Pp, and IStd 8 years ago
clusterMakefile.ml Core.Std.( ^/ ) 8 years ago
crashcontext.ml Core.Std.( ^/ ) 8 years ago
crashcontext.mli Open Core.Std by default, still use Caml Hashtbl, Map, Set 8 years ago
dom.ml Silence deprecation warnings 8 years ago
dom.mli Divide Utils into Utils, Pp, and IStd 8 years ago
dotty.ml Silence deprecation warnings 8 years ago
dotty.mli Divide Utils into Utils, Pp, and IStd 8 years ago
errdesc.ml Silence deprecation warnings 8 years ago
errdesc.mli Divide Utils into Utils, Pp, and IStd 8 years ago
exe_env.ml Silence deprecation warnings 8 years ago
exe_env.mli Divide Utils into Utils, Pp, and IStd 8 years ago
infer.ml Support parsing build command arguments 8 years ago
infer.mli Divide Utils into Utils, Pp, and IStd 8 years ago
inferconfig.ml Silence deprecation warnings 8 years ago
inferconfig.mli Divide Utils into Utils, Pp, and IStd 8 years ago
interproc.ml Silence deprecation warnings 8 years ago
interproc.mli Divide Utils into Utils, Pp, and IStd 8 years ago
joinState.ml Divide Utils into Utils, Pp, and IStd 8 years ago
joinState.mli Divide Utils into Utils, Pp, and IStd 8 years ago
jsonbug.atd [print] print tests results from result.json, not the specs 8 years ago
match.ml Silence deprecation warnings 8 years ago
match.mli Divide Utils into Utils, Pp, and IStd 8 years ago
mergeCapture.ml Core.Std.( ^/ ) 8 years ago
ondemand.ml Divide Utils into Utils, Pp, and IStd 8 years ago
ondemand.mli Divide Utils into Utils, Pp, and IStd 8 years ago
paths.ml Silence deprecation warnings 8 years ago
paths.mli Divide Utils into Utils, Pp, and IStd 8 years ago
preanal.ml Silence deprecation warnings 8 years ago
preanal.mli Divide Utils into Utils, Pp, and IStd 8 years ago
printer.ml Silence deprecation warnings 8 years ago
printer.mli Divide Utils into Utils, Pp, and IStd 8 years ago
prop.ml Silence deprecation warnings 8 years ago
prop.mli Divide Utils into Utils, Pp, and IStd 8 years ago
propgraph.ml Silence deprecation warnings 8 years ago
propgraph.mli Divide Utils into Utils, Pp, and IStd 8 years ago
propset.ml Open Core.Std by default, still use Caml Hashtbl, Map, Set 8 years ago
propset.mli Divide Utils into Utils, Pp, and IStd 8 years ago
prover.ml Silence deprecation warnings 8 years ago
prover.mli Divide Utils into Utils, Pp, and IStd 8 years ago
rearrange.ml Silence deprecation warnings 8 years ago
rearrange.mli Divide Utils into Utils, Pp, and IStd 8 years ago
reporting.ml Divide Utils into Utils, Pp, and IStd 8 years ago
reporting.mli Divide Utils into Utils, Pp, and IStd 8 years ago
specs.ml Silence deprecation warnings 8 years ago
specs.mli Open Core.Std by default, still use Caml Hashtbl, Map, Set 8 years ago
state.ml Silence deprecation warnings 8 years ago
state.mli Divide Utils into Utils, Pp, and IStd 8 years ago
symExec.ml Silence deprecation warnings 8 years ago
symExec.mli Divide Utils into Utils, Pp, and IStd 8 years ago
tabulation.ml Silence deprecation warnings 8 years ago
tabulation.mli Divide Utils into Utils, Pp, and IStd 8 years ago
taint.ml Divide Utils into Utils, Pp, and IStd 8 years ago
taint.mli Divide Utils into Utils, Pp, and IStd 8 years ago
timeout.ml Divide Utils into Utils, Pp, and IStd 8 years ago
timeout.mli Divide Utils into Utils, Pp, and IStd 8 years ago

README.md

Back End

The back end is responsible for the analysis of a project starting from an intermediate representation stored in the results directory, typically infer-out.

The main entry point is module InferAnalyze which produces the back-end executable InferAnalyze.

Module InferPrint produces the executable InferPrint, which is used to export analysis results.