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.
Sam Blackshear 360151eb10
[litho] utility function for iterating over all call chains encoded in the domain
8 years ago
..
AnnotReachabilityDomain.ml Convert Reason to OCaml, and auto-format OCaml 8 years ago
BoundedCallTree.ml [cleanup] organize Java-specific functions on types 8 years ago
IdAccessPathMapDomain.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
IdAccessPathMapDomain.mli [access paths] make raw access paths the default, move abstraction into AccessPath.Abs module 8 years ago
Litho.ml [litho] utility function for iterating over all call chains encoded in the domain 8 years ago
LithoDomain.ml [litho] utility function for iterating over all call chains encoded in the domain 8 years ago
LithoDomain.mli [litho] utility function for iterating over all call chains encoded in the domain 8 years ago
NullabilityCheck.ml [cleanup] restrict Java-specific utility functions to Typ.Procname.Java.t's 8 years ago
NullabilityCheck.mli [cleanup] add missing `open! IStd` 8 years ago
NullabilityPreanalysis.ml [cfg][minor] do not duplicate the Hashtbl API 8 years ago
NullabilityPreanalysis.mli [cfg] minor renamings 8 years ago
NullabilitySuggest.ml [cleanup] organize Java-specific functions on types 8 years ago
NullabilitySuggest.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Passthrough.ml Convert Reason to OCaml, and auto-format OCaml 8 years ago
Passthrough.mli [cleanup] remove dead code 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
Sanitizer.ml [quandary] move sanitizer specifications from TaintSpec -> Trace 8 years ago
Sanitizer.mli [quandary] move sanitizer specifications from TaintSpec -> Trace 8 years ago
SimpleChecker.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
SimpleChecker.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Sink.ml [ocamlformat] Use ocamlformat from github 8 years ago
Sink.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
SinkTrace.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
SinkTrace.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Siof.ml [infer][PR] Fixed namespace for Java globals. 8 years ago
Siof.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
SiofDomain.ml [siof] one access per sink, better report deduplication 8 years ago
SiofDomain.mli [siof] one access per sink, better report deduplication 8 years ago
SiofTrace.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
SiofTrace.mli [cleanup] remove dead code 8 years ago
Source.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
Source.mli [quandary] make it possible to report taint errors on footprint sources again 8 years ago
Stacktrace.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
Stacktrace.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Trace.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
Trace.mli [quandary] clean up source type in report 8 years ago
TraceElem.ml [traces] add matches function for extra flexibility in expanding traces 8 years ago
accessPathDomains.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
accessPathDomains.mli [access paths] make raw access paths the default, move abstraction into AccessPath.Abs module 8 years ago
accessTree.ml [infer][PR] Fixed namespace for Java globals. 8 years ago
accessTree.mli [quandary] sanity checks for preventing oversized summaries 8 years ago
addressTaken.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
androidFramework.ml [cleanup] organize Java-specific functions on types 8 years ago
androidFramework.mli [cleanup] remove dead code 8 years ago
annotationReachability.ml [cleanup] organize Java-specific functions on types 8 years ago
annotationReachability.mli [police] open IStd everywhere 8 years ago
annotations.ml [cleanup] remove dead code 8 years ago
annotations.mli [cleanup] remove dead code 8 years ago
dataflow.ml [cleanup] remove dead code 8 years ago
dataflow.mli [cleanup] remove dead code 8 years ago
fragmentRetainsViewChecker.ml [cleanup] organize Java-specific functions on types 8 years ago
fragmentRetainsViewChecker.mli [police] open IStd everywhere 8 years ago
idenv.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
idenv.mli [cleanup] remove dead code 8 years ago
immutableChecker.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
immutableChecker.mli Divide Utils into Utils, Pp, and IStd 9 years ago
liveness.ml [liveness] add CKComponentKey to whitelist 8 years ago
printfArgs.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
printfArgs.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
registerCheckers.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago
registerCheckers.mli [checkers] enable biabduction by default + docs and logs improvements 8 years ago
uninit.ml [cleanup] remove dead code 8 years ago
uninitDomain.ml [ocamlformat] Upgrade base and ocamlformat 8 years ago

README.md

Checkers

Transfer functions, abstract domains, and checker configuration.