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.
Jeremy Dubreil 5ed234ccd0
[infer][checkers] remove leftover debugging code
7 years ago
..
AbstractDomain.ml [racerd] new lock domain 7 years ago
AbstractDomain.mli [racerd] new lock domain 7 years ago
AbstractInterpreter.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
AbstractInterpreter.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Checkers.ml [infer][checkers] remove leftover debugging code 7 years ago
Checkers.mli [cleanup] remove dead code 7 years ago
FormalMap.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
FormalMap.mli [cleanup] remove dead code 7 years ago
LowerHil.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
LowerHil.mli [HIL] make it easier to customize-specialized abstract interpreter 7 years ago
NodePrinter.ml [ocamlformat] Use ocamlformat from github 7 years ago
NodePrinter.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
PatternMatch.ml [cleanup] organize Java-specific functions on types 7 years ago
PatternMatch.mli [cleanup] organize Java-specific functions on types 7 years ago
ProcCfg.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
ProcCfg.mli [bi-abduction] use ProcCfg instead of file CFG 7 years ago
ProcData.ml [cleanup] remove dead code 7 years ago
ProcData.mli [cleanup] remove dead code 7 years ago
README.md [absint] move the framework bits/utilities of Infer.AI to a separate directory from the clients (checkers ~= transfer functions + domains) 8 years ago
Scheduler.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
Summary.ml [cleanup] make caller pdesc an optional argument of `Ondemand.analyze_proc_desc` 7 years ago
Summary.mli [infer][PR] Fix Spelling Error 7 years ago
TransferFunctions.ml Convert Reason to OCaml, and auto-format OCaml 8 years ago
TransferFunctions.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Var.ml [experimental] interprocedural should_update analysis 7 years ago
Var.mli [experimental] interprocedural should_update analysis 7 years ago

README.md

AbsInt

Code + utilties for the Infer.AI abstract interpretation framework.