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 7b8a5a1a2b
[infer] always run all the pre-analysis passes independently form the checkers that are being run
7 years ago
..
AbstractDomain.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
AbstractDomain.mli [ai] No need to create a domain for a bottom_lifted type 7 years ago
AbstractInterpreter.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
AbstractInterpreter.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
Checkers.ml [ocamlformat] Use ocamlformat from github 7 years ago
Checkers.mli [filtering] improve issue type filtering CLI 7 years ago
FormalMap.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
FormalMap.mli [cleanup] make it possible to print FormalMap's 7 years ago
LowerHil.ml [infer] always run all the pre-analysis passes independently form the checkers that are being run 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 7 years ago
PatternMatch.ml [ocamlformat] Use ocamlformat from github 7 years ago
PatternMatch.mli [cleanup] remove unused param from supertype_find_map_opt 7 years ago
ProcCfg.ml [ocamlformat] Upgrade ocamlformat to v0.2 from opam 7 years ago
ProcCfg.mli [bi-abduction] use ProcCfg instead of file CFG 7 years ago
ProcData.ml Convert Reason to OCaml, and auto-format OCaml 7 years ago
ProcData.mli Convert Reason to OCaml, and auto-format OCaml 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 ocamlformat to v0.2 from opam 7 years ago
Summary.ml [ocamlformat] Use ocamlformat from github 7 years ago
Summary.mli [infer][PR] Fix Spelling Error 7 years ago
TransferFunctions.ml Convert Reason to OCaml, and auto-format OCaml 7 years ago
TransferFunctions.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago
Var.ml [infer] remove the utility functions to export debug information in LaTeX 7 years ago
Var.mli Convert Reason to OCaml, and auto-format OCaml 7 years ago

README.md

AbsInt

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