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 c4949f372e
[infer][clang] the nullability checker was not reporting when dereferencing a field of a nullable object
7 years ago
..
AnnotReachabilityDomain.ml Convert Reason to OCaml, and auto-format OCaml 8 years ago
BoundedCallTree.ml [ocamlformat] Use ocamlformat from github 7 years ago
IdAccessPathMapDomain.ml [ocamlformat] Use ocamlformat from github 7 years ago
IdAccessPathMapDomain.mli [access paths] make raw access paths the default, move abstraction into AccessPath.Abs module 8 years ago
NullabilityCheck.ml [infer][clang] the nullability checker was not reporting when dereferencing a field of a nullable object 7 years ago
NullabilityCheck.mli [infer][clang] initial version of a nullable checker for Clang languages 7 years ago
NullabilityPreanalysis.ml [ocamlformat] Use ocamlformat from github 7 years ago
NullabilityPreanalysis.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
NullabilitySuggest.ml [hil] add HIL wrapper for abstract interpreter 7 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 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
SimpleChecker.ml [ocamlformat] Use ocamlformat from github 7 years ago
SimpleChecker.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Sink.ml [ocamlformat] Use ocamlformat from github 7 years ago
Sink.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
SinkTrace.ml [ocamlformat] Use ocamlformat from github 7 years ago
SinkTrace.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Siof.ml [ocamlformat] Use ocamlformat from github 7 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 7 years ago
SiofDomain.mli [siof] one access per sink, better report deduplication 7 years ago
SiofTrace.ml [ocamlformat] Use ocamlformat from github 7 years ago
SiofTrace.mli [siof] one access per sink, better report deduplication 7 years ago
Source.ml [ocamlformat] Use ocamlformat from github 7 years ago
Source.mli [quandary] make it possible to report taint errors on footprint sources again 8 years ago
Stacktrace.ml [ocamlformat] Use ocamlformat from github 7 years ago
Stacktrace.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Trace.ml [ocamlformat] Use ocamlformat from github 7 years ago
Trace.mli [quandary] allow specifying globals as sources 8 years ago
TraceElem.ml [traces] add matches function for extra flexibility in expanding traces 7 years ago
accessPath.ml [ocamlformat] Use ocamlformat from github 7 years ago
accessPath.mli [thread-safety] Remove some dead code 7 years ago
accessPathDomains.ml [ocamlformat] Use ocamlformat from github 7 years ago
accessPathDomains.mli [access paths] make raw access paths the default, move abstraction into AccessPath.Abs module 8 years ago
accessTree.ml [quandary] sanity checks for preventing oversized summaries 7 years ago
accessTree.mli [quandary] sanity checks for preventing oversized summaries 7 years ago
addressTaken.ml [ocamlformat] Use ocamlformat from github 7 years ago
annotationReachability.ml [ocamlformat] Use ocamlformat from github 7 years ago
annotationReachability.mli [police] open IStd everywhere 8 years ago
annotations.ml [ocamlformat] Use ocamlformat from github 7 years ago
annotations.mli [java] translate `final` keyword as annotation 8 years ago
constantPropagation.ml [ocamlformat] Use ocamlformat from github 7 years ago
constantPropagation.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
dataflow.ml [ocamlformat] Use ocamlformat from github 7 years ago
dataflow.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
fragmentRetainsViewChecker.ml [ocamlformat] Use ocamlformat from github 7 years ago
fragmentRetainsViewChecker.mli [police] open IStd everywhere 8 years ago
idenv.ml [ocamlformat] Use ocamlformat from github 7 years ago
idenv.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
immutableChecker.ml [ocamlformat] Use ocamlformat from github 7 years ago
immutableChecker.mli Divide Utils into Utils, Pp, and IStd 8 years ago
liveness.ml [ocamlformat] Use ocamlformat from github 7 years ago
printfArgs.ml [ocamlformat] Use ocamlformat from github 7 years ago
printfArgs.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
registerCheckers.ml [ocamlformat] Use ocamlformat from github 7 years ago
registerCheckers.mli [checkers] enable biabduction by default + docs and logs improvements 7 years ago
repeatedCallsChecker.ml [ocamlformat] Use ocamlformat from github 7 years ago
repeatedCallsChecker.mli Divide Utils into Utils, Pp, and IStd 8 years ago
uninit.ml [hil] add HIL wrapper for abstract interpreter 7 years ago
uninitDomain.ml [ocamlformat] Use ocamlformat from github 7 years ago

README.md

Checkers

Transfer functions, abstract domains, and checker configuration.