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
f49d292c3b
[infer][backend] remove the bi-abduction based code for taint analysis
...
Summary: Using a dedicated abstract domain, like Quandary does, is more suitable for taint analysis.
Reviewed By: sblackshear
Differential Revision: D5473794
fbshipit-source-id: c917417
8 years ago
..
AbstractDomain.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
AbstractDomain.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
AbstractInterpreter.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
AbstractInterpreter.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Checkers.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Checkers.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
FormalMap.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
FormalMap.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
LowerHil.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
LowerHil.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
NodePrinter.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
NodePrinter.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
PatternMatch.ml
[infer][backend] remove the bi-abduction based code for taint analysis
8 years ago
PatternMatch.mli
[infer][backend] remove the bi-abduction based code for taint analysis
8 years ago
ProcCfg.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
ProcCfg.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
ProcData.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
ProcData.mli
Convert Reason to OCaml, and auto-format OCaml
8 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
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Summary.ml
[infer][ondemand] add a `--keep-going` command line option to specify when to catch the exceptions raised during the analysis
8 years ago
Summary.mli
Convert Reason to OCaml, and auto-format OCaml
8 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
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Var.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
AbsInt
Code + utilties for the Infer.AI abstract interpretation framework.