..
.project
initial synchronization
10 years ago
Attribute.ml
[clang] add sizeof static value to translation
8 years ago
Attribute.mli
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
BuiltinDefn.ml
[clang] add sizeof static value to translation
8 years ago
BuiltinDefn.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
Differential.ml
Add differential and filtering functionalities to Infer, to compare two analyses
8 years ago
Differential.mli
Add differential and filtering functionalities to Infer, to compare two analyses
8 years ago
DifferentialFilters.ml
[config] migrate help to use man pages
8 years ago
DifferentialFilters.mli
Add differential and filtering functionalities to Infer, to compare two analyses
8 years ago
InferAnalyze.re
[CLI] switch to infer-<command> (symlinks) executables
8 years ago
InferAnalyze.rei
[CLI] switch to infer-<command> (symlinks) executables
8 years ago
InferPrint.re
[config] migrate help to use man pages
8 years ago
InferPrint.rei
[config] migrate help to use man pages
8 years ago
OndemandCapture.ml
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
PerfStats.ml
[backend] Add support for command-line option --per-procedure-parallelism
8 years ago
PerfStats.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
PropUtil.re
[build] upgrade Reason to 1.13.3
8 years ago
PropUtil.rei
Divide Utils into Utils, Pp, and IStd
8 years ago
README.md
[CLI] switch to infer-<command> (symlinks) executables
8 years ago
StatsAggregator.re
[build] upgrade Reason to 1.13.3
8 years ago
StatsAggregator.rei
Divide Utils into Utils, Pp, and IStd
8 years ago
Tasks.ml
Add --chunk to set per-procedure-parallelism chunk size
8 years ago
Tasks.mli
[backend] Add support for command-line option --per-procedure-parallelism
8 years ago
abs.ml
[clang] add sizeof static value to translation
8 years ago
abs.mli
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
absarray.ml
[IR] add type qualifiers to Typ.t
8 years ago
absarray.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
buckets.ml
Deprecate further IList functions
8 years ago
buckets.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
builtin.ml
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
builtin.mli
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
callbacks.ml
[infer] First step to the biabduction analysis using the checkers framework
8 years ago
callbacks.mli
[infer][ondemand] skeleton code to have every checker update their respective payload in the analysis summary
8 years ago
cluster.ml
Serialization: lock files before writing
8 years ago
cluster.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
clusterMakefile.ml
[CLI] switch to infer-<command> (symlinks) executables
8 years ago
crashcontext.ml
Deprecate further IList functions
8 years ago
crashcontext.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
dom.ml
[clang] add sizeof static value to translation
8 years ago
dom.mli
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
dotty.ml
[clang] add sizeof static value to translation
8 years ago
dotty.mli
[IR] Refactor Ident.fieldname _*into Fieldname module
8 years ago
errdesc.ml
[infer] More mutex models
8 years ago
errdesc.mli
[IR] Refactor Ident.fieldname _*into Fieldname module
8 years ago
exe_env.ml
[test] diagnose invalid source file issue
8 years ago
exe_env.mli
[backend] Add support for command-line option --per-procedure-parallelism
8 years ago
infer.ml
[CLI] switch to infer-<command> (symlinks) executables
8 years ago
infer.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
inferconfig.ml
[toplevel] do not read inferconfig location from the command line
8 years ago
inferconfig.mli
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
interproc.ml
[infer] First step to the biabduction analysis using the checkers framework
8 years ago
interproc.mli
[infer] First step to the biabduction analysis using the checkers framework
8 years ago
joinState.ml
[BetterEngineering] Remove remaining uses of polymorphic equality
8 years ago
joinState.mli
[BetterEngineering] Remove remaining uses of polymorphic equality
8 years ago
jsonbug.atd
[linters] Save the linters definition file in the report.json
8 years ago
match.ml
[IR] Refactor Ident.fieldname _*into Fieldname module
8 years ago
match.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
mergeCapture.ml
ocaml 4.04.0
8 years ago
ondemand.ml
[infer][ondemand] try to load the summary when the procedure description cannot be found
8 years ago
ondemand.mli
[infer][ondemand] The source parameter from the analysis callback was never used
8 years ago
paths.ml
Add variant type to traces' node_tags
8 years ago
paths.mli
Add type path_exec to represent an skipped path of execution. Add logic to symExec to report skipped paths
8 years ago
preanal.ml
[build] remove unused values
8 years ago
preanal.mli
[infer][java] choose the dynamic dispatch handling mode from the command line
8 years ago
printer.ml
[infer][ondemand] The source parameter from the analysis callback was never used
8 years ago
printer.mli
[infer][ondemand] The source parameter from the analysis callback was never used
8 years ago
prop.ml
[clang] add sizeof static value to translation
8 years ago
prop.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
propgraph.ml
[IR] Refactor Ident.fieldname _*into Fieldname module
8 years ago
propgraph.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
propset.ml
Deprecate IList part 3.
8 years ago
propset.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
prover.ml
[clang] add sizeof static value to translation
8 years ago
prover.mli
[codemod] Move `Procname` into `Typ.Procname`
8 years ago
rearrange.ml
[clang] add sizeof static value to translation
8 years ago
rearrange.mli
[ios] Translate nonnull annotations and take them into account in parameter not null checked issues.
8 years ago
reporting.ml
[infer][checkers] fix performance issue when running the biabduction analysis as a checker
8 years ago
reporting.mli
[infer][checkers] fix performance issue when running the biabduction analysis as a checker
8 years ago
specs.ml
[infer][ondemand] use the attributes from the procedure description without filesystem lookup
8 years ago
specs.mli
[infer][ondemand] use the attributes from the procedure description without filesystem lookup
8 years ago
state.ml
[infer][checkers] fix performance issue when running the biabduction analysis as a checker
8 years ago
state.mli
[infer][checkers] fix performance issue when running the biabduction analysis as a checker
8 years ago
symExec.ml
[infer][backend] remove the function Specs.get_specs_formals
8 years ago
symExec.mli
[IR] Make template info part of Typename.t, rename Typename to Typ.Name
8 years ago
tabulation.ml
[infer][backend] remove the unsafe function Specs.get_specs
8 years ago
tabulation.mli
[infer][backend] remove the function Specs.get_specs_formals
8 years ago
taint.ml
[C++] Introduce mechanism to write generic models
8 years ago
taint.mli
[IR] Refactor Ident.fieldname _*into Fieldname module
8 years ago
timeout.ml
Disable timeouts during model analysis
8 years ago
timeout.mli
Divide Utils into Utils, Pp, and IStd
8 years ago