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.
Jules Villard 4b56e32a29
[config] remove unused "parameters" config matcher
7 years ago
..
Attribute.ml [cleanup] remove dead code 7 years ago
Attribute.mli [cleanup] remove dead code 7 years ago
BuiltinDefn.ml [infer] Use inline record for Typ.Tarray 7 years ago
BuiltinDefn.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
Differential.ml [racerd] move de-duplication back to the backend 7 years ago
Differential.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
DifferentialFilters.ml [cleanup] Remove Tags from JSON 7 years ago
DifferentialFilters.mli [cleanup] Remove Tags from JSON 7 years ago
InferAnalyze.ml [db] record symbolic capture timestamps for source files 7 years ago
InferAnalyze.mli [buck flavors] make `infer run ...` use #infer-capture-all 7 years ago
InferPrint.ml [reporting] remove ProcAttributes dependency from EventLogger 7 years ago
InferPrint.mli [cleanup] Remove Tags from JSON 7 years ago
OndemandCapture.ml [cfg][minor] do not duplicate the Hashtbl API 7 years ago
PerfStats.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
PerfStats.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
PropUtil.ml [base] move `Config.language` to its own `Language` module 7 years ago
PropUtil.mli [cleanup] remove dead code 7 years ago
README.md small fixes to infer/src/*/README.md files 7 years ago
RetainCycles.ml [retain cycles] Fix false positives to do with not finding weak attribute in the tenv 7 years ago
RetainCycles.mli [retain cycles] Find all the cycles available instead of only one per root analysed 7 years ago
RetainCyclesType.ml [retain cycles] Fixing dotty files by using a pp function for types that is enabled not only in debug mode 7 years ago
RetainCyclesType.mli [retain cycles] Find all the cycles available instead of only one per root analysed 7 years ago
StatsAggregator.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
StatsAggregator.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
SymExecBlocks.ml [infer][scheduler] use the on-demand analysis when retrieving the procedure description for a given procedure name to make sure the summary exsits 7 years ago
SymExecBlocks.mli [cleanup] make caller pdesc an optional argument of `Ondemand.analyze_proc_desc` 7 years ago
Tasks.ml [cleanup] remove dead code 7 years ago
Tasks.mli [cleanup] remove dead code 7 years ago
abs.ml [retain cycles] Find all the cycles available instead of only one per root analysed 7 years ago
abs.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
absarray.ml [infer] Use inline record for Typ.Tarray 7 years ago
absarray.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
buckets.ml [base] move `Config.language` to its own `Language` module 7 years ago
buckets.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
builtin.ml [cleanup] remove dead code 7 years ago
builtin.mli [cleanup] remove dead code 7 years ago
callbacks.ml [cleanup] make caller pdesc an optional argument of `Ondemand.analyze_proc_desc` 7 years ago
callbacks.mli [base] move `Config.language` to its own `Language` module 7 years ago
cluster.ml [backend] change cluster type to source files and read list from cfg db 7 years ago
cluster.mli [backend] change cluster type to source files and read list from cfg db 7 years ago
clusterMakefile.ml [clopt] move command datatype to new InferCommand 7 years ago
crashcontext.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
crashcontext.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
dom.ml [infer] Use inline record for Typ.Tarray 7 years ago
dom.mli [time] do not rely on gettimeofday for measuring time 7 years ago
dotty.ml [infer] Use inline record for Typ.Tarray 7 years ago
dotty.mli [retain cycles] Implement dotty files for retain cycles new 7 years ago
errdesc.ml [cleanup] Move ObjC/C++-specific Procname functions to dedicated module 7 years ago
errdesc.mli [cleanup] sunset Context leaks 7 years ago
exe_env.ml [tenv] change interface to take `SourceFile.t` instead of `DB.filename` 7 years ago
exe_env.mli [exe_env] do not record the call graph in the execution environment 7 years ago
infer.ml [db] record symbolic capture timestamps for source files 7 years ago
infer.mli Divide Utils into Utils, Pp, and IStd 8 years ago
inferconfig.ml [config] remove unused "parameters" config matcher 7 years ago
inferconfig.mli [cleanup] remove dead code 7 years ago
interproc.ml [cleanup] sunset Context leaks 7 years ago
interproc.mli [infer][checkers] remove the `-a biabduction` option and the related code 7 years ago
joinState.ml Convert Reason to OCaml, and auto-format OCaml 7 years ago
joinState.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
match.ml [cleanup] remove dead code 7 years ago
match.mli [cleanup] remove dead code 7 years ago
mergeCapture.ml [db] record symbolic capture timestamps for source files 7 years ago
mergeCapture.mli [merge] only try to read/create multilink files when --merge is specified 8 years ago
ondemand.ml [infer][ondemand] also cache the result of analyzing a procedure description 7 years ago
ondemand.mli [cleanup] make caller pdesc an optional argument of `Ondemand.analyze_proc_desc` 7 years ago
paths.ml [infer][java] translate the annotations of the callees 7 years ago
paths.mli [cleanup] remove dead code 7 years ago
preanal.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
preanal.mli [cleanup] remove unused dynamic dispatch modes 7 years ago
printer.ml [cfg] get defined procs of file from cfg db 7 years ago
printer.mli [cleanup] remove dead code 7 years ago
prop.ml [infer] Use inline record for Typ.Tarray 7 years ago
prop.mli [retain cycles] Removing code for finding retain cycles on blocks that is now unused. 7 years ago
propgraph.ml [cleanup] remove dead code 7 years ago
propgraph.mli [cleanup] remove dead code 7 years ago
propset.ml [cleanup] remove dead code 7 years ago
propset.mli [cleanup] remove dead code 7 years ago
prover.ml [infer] Use inline record for Typ.Tarray 7 years ago
prover.mli [cleanup] remove dead code 7 years ago
rearrange.ml [infer] Use inline record for Typ.Tarray 7 years ago
rearrange.mli [cleanup] remove dead code 7 years ago
reporting.ml [base] move `Config.language` to its own `Language` module 7 years ago
reporting.mli [cleanup] remove dead code 7 years ago
specs.ml [reporting] add logging of call stats to backend 7 years ago
specs.mli [reporting] add logging of call stats to backend 7 years ago
state.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
state.mli [cleanup] remove dead code 7 years ago
symExec.ml [reporting] log reason for skipping call in EventLogger.CallTrace 7 years ago
symExec.mli [cleanup] remove dead code 7 years ago
tabulation.ml [reporting] log reason for skipping call in EventLogger.CallTrace 7 years ago
tabulation.mli [reporting] log reason for skipping call in EventLogger.CallTrace 7 years ago
timeout.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
timeout.mli Convert Reason to OCaml, and auto-format OCaml 7 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 for infer binary is infer.ml.

Entry point for the analysis is module InferAnalyze.

Module InferPrint is used to export the analysis results.