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.
Daiva Naudziuniene 9e1678ec65
[uninit] Check the type of whole lhs rather than the base of lhs
7 years ago
..
AnnotReachabilityDomain.ml Convert Reason to OCaml, and auto-format OCaml 8 years ago
BoundedCallTree.ml [Summary] Move payloads to a separate module 7 years ago
IdAccessPathMapDomain.ml [HIL] Implicit dereference in access expression 7 years ago
IdAccessPathMapDomain.mli [HIL] Implicit dereference in access expression 7 years ago
Litho.ml [Summary] Move payloads to a separate module 7 years ago
LithoDomain.ml [ocaml] detect and kill dead modules 7 years ago
LithoDomain.mli [litho] organize functions for GraphQL getters and required props into separate modules 7 years ago
NullabilityCheck.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
NullabilityCheck.mli [cleanup] add missing `open! IStd` 7 years ago
NullabilityPreanalysis.ml [ocaml] detect and kill dead modules 7 years ago
NullabilityPreanalysis.mli [cfg] minor renamings 7 years ago
NullabilitySuggest.ml [ocamlformat] Upgrade to ocamlformat 0.5 7 years ago
NullabilitySuggest.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Ownership.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
Ownership.mli [ownership] prototype of ownership analysis for tracking reads/moves 7 years ago
Passthrough.ml [camel] call `Format.pp_print_*` directly where appropriate 7 years ago
Passthrough.mli [ocaml] detect and kill dead modules 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
Sanitizer.ml [quandary] move sanitizer specifications from TaintSpec -> Trace 7 years ago
Sanitizer.mli [quandary] move sanitizer specifications from TaintSpec -> Trace 7 years ago
SimpleChecker.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
SimpleChecker.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Sink.ml [ocaml] detect and kill dead modules 7 years ago
Sink.mli [quandary] pass call flags to sink creation 7 years ago
SinkTrace.ml [quandary] pass call flags to sink creation 7 years ago
SinkTrace.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Siof.ml [Summary] Move payloads to a separate module 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 [ocaml] detect and kill dead modules 7 years ago
SiofTrace.ml [ocaml] detect and kill dead modules 7 years ago
SiofTrace.mli [cleanup] remove dead code 7 years ago
Source.ml [ocamlformat] Upgrade base and ocamlformat 7 years ago
Source.mli [quandary] make it possible to report taint errors on footprint sources again 7 years ago
Stacktrace.ml [ocaml] detect and kill dead modules 7 years ago
Stacktrace.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
Trace.ml [camel] call `Format.pp_print_*` directly where appropriate 7 years ago
Trace.mli [ocaml] detect and kill dead modules 7 years ago
TraceElem.ml [traces] add matches function for extra flexibility in expanding traces 7 years ago
accessPathDomains.ml [ocaml] detect and kill dead modules 7 years ago
accessPathDomains.mli [access paths] make raw access paths the default, move abstraction into AccessPath.Abs module 7 years ago
accessTree.ml [camel] call `Format.pp_print_*` directly where appropriate 7 years ago
accessTree.mli [quandary] sanity checks for preventing oversized summaries 7 years ago
addressTaken.ml Debug: session name 7 years ago
androidFramework.ml [ocaml] detect and kill dead modules 7 years ago
androidFramework.mli [cleanup] sunset Context leaks 7 years ago
annotationReachability.ml [Summary] Move payloads to a separate module 7 years ago
annotationReachability.mli [police] open IStd everywhere 8 years ago
annotations.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
annotations.mli [racerd] treat `@InjectProp` formals as owned 7 years ago
control.ml [sil] make return value and type mandatory 7 years ago
cost.ml [Summary] Move payloads to a separate module 7 years ago
costDomain.ml [cost] Polynomial domain 7 years ago
dataflow.ml [ocamlformat] Upgrade to ocamlformat 0.5 7 years ago
dataflow.mli [cleanup] remove dead code 7 years ago
fragmentRetainsViewChecker.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
fragmentRetainsViewChecker.mli [police] open IStd everywhere 8 years ago
idenv.ml [ocamlformat] Upgrade to ocamlformat 0.5 7 years ago
idenv.mli [cleanup] remove dead code 7 years ago
immutableChecker.ml [ocaml] detect and kill dead modules 7 years ago
immutableChecker.mli Divide Utils into Utils, Pp, and IStd 8 years ago
liveness.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
printfArgs.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
printfArgs.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
registerCheckers.ml [Cost] Forces Inferbo 7 years ago
registerCheckers.mli [checkers] enable biabduction by default + docs and logs improvements 7 years ago
uninit.ml [uninit] Check the type of whole lhs rather than the base of lhs 7 years ago
uninitDomain.ml [ocaml] detect and kill dead modules 7 years ago

README.md

Checkers

Transfer functions, abstract domains, and checker configuration.