..
sql_examples
[cli] warn about deprecated options, clean up infer repo
8 years ago
AbstractDomain.ml
[absint] don't require domains to define their initial state
8 years ago
AbstractDomain.mli
[absint] don't require domains to define their initial state
8 years ago
AbstractInterpreter.ml
[absint] don't require domains to define their initial state
8 years ago
AbstractInterpreter.mli
[absint] don't require domains to define their initial state
8 years ago
BoundedCallTree.ml
[absint] don't require domains to define their initial state
8 years ago
FormalMap.ml
[checkers] factor out FormalMap into its own module
8 years ago
FormalMap.mli
[checkers] factor out FormalMap into its own module
8 years ago
IdAccessPathMapDomain.ml
[absint] don't require domains to define their initial state
8 years ago
IdAccessPathMapDomain.mli
[absint] don't require domains to define their initial state
8 years ago
NodePrinter.ml
[checkers] Add support for html output in checkers, starting with Eradicate
8 years ago
NodePrinter.mli
[checkers] Add support for html output in checkers, starting with Eradicate
8 years ago
Passthrough.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
Passthrough.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
README.md
Created IR folder for the intermediate representaion files.
9 years ago
SimpleChecker.ml
[absint] don't require domains to define their initial state
8 years ago
SimpleChecker.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
Sink.ml
[quandary] model some formals of Webview methods as tainted
8 years ago
Sink.mli
[quandary] model some formals of Webview methods as tainted
8 years ago
SinkTrace.ml
[quandary] model some formals of Webview methods as tainted
8 years ago
SinkTrace.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
Siof.ml
[absint] don't require domains to define their initial state
8 years ago
Siof.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
SiofDomain.ml
[siof] collate multiple reports at the same line into one
8 years ago
SiofDomain.mli
[siof] collate multiple reports at the same line into one
8 years ago
SiofTrace.ml
[siof] collate multiple reports at the same line into one
8 years ago
SiofTrace.mli
[siof] collate multiple reports at the same line into one
8 years ago
Source.ml
[quandary] considering methods of subclasses of Activity, SharedPreferences etc. as sources/sinks too
8 years ago
Source.mli
[quandary] considering methods of subclasses of Activity, SharedPreferences etc. as sources/sinks too
8 years ago
Stacktrace.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
Stacktrace.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
ThreadSafety.ml
[thread-safety] add @AssumeThreadSafe annotation to assume thread-safety of a method without checking it
8 years ago
ThreadSafetyDomain.ml
[thread-safety] add map for conditional accesses
8 years ago
Trace.ml
[absint] don't require domains to define their initial state
8 years ago
Trace.mli
[absint] don't require domains to define their initial state
8 years ago
TraceElem.ml
[traces] adding Source.Make functor for easier source creation
8 years ago
accessPath.ml
Silence deprecation warnings
8 years ago
accessPath.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
accessPathDomains.ml
[absint] don't require domains to define their initial state
8 years ago
accessPathDomains.mli
[absint] don't require domains to define their initial state
8 years ago
accessTree.ml
[absint] don't require domains to define their initial state
8 years ago
accessTree.mli
[absint] don't require domains to define their initial state
8 years ago
addressTaken.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
annotationReachability.ml
[infer][java] do no consider @OnBind as equivalent to @NoAllocation for the reachability checker
8 years ago
annotations.ml
[thread-safety] add @AssumeThreadSafe annotation to assume thread-safety of a method without checking it
8 years ago
annotations.mli
[thread-safety] add @AssumeThreadSafe annotation to assume thread-safety of a method without checking it
8 years ago
checkDeadCode.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
checkDeadCode.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
checkTraceCallSequence.ml
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
checkTraceCallSequence.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
checkers.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
checkers.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
constantPropagation.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
constantPropagation.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
copyPropagation.ml
[absint] don't require domains to define their initial state
8 years ago
dataflow.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
dataflow.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
fragmentRetainsViewChecker.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
idenv.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
idenv.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
immutableChecker.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
immutableChecker.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
liveness.ml
[absint] don't require domains to define their initial state
8 years ago
patternMatch.ml
[quandary] model some formals of Webview methods as tainted
8 years ago
patternMatch.mli
[quandary] model some formals of Webview methods as tainted
8 years ago
printfArgs.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
printfArgs.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
procCfg.ml
[backend] expose underlying Procdesc.Node from ProcCFG nodes
8 years ago
procCfg.mli
[backend] expose underlying Procdesc.Node from ProcCFG nodes
8 years ago
procData.ml
[absint] make Interprocedural functor easier to customize
8 years ago
procData.mli
[absint] make Interprocedural functor easier to customize
8 years ago
registerCheckers.ml
[quandary] skeleton for ObjC traces
8 years ago
registerCheckers.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
repeatedCallsChecker.ml
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
repeatedCallsChecker.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
scheduler.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
sqlChecker.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
sqlChecker.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
stacktree.atd
Make stacktrace and stacktree line number an int option.
8 years ago
summary.ml
[siof] collate multiple reports at the same line into one
8 years ago
summary.mli
[siof] collate multiple reports at the same line into one
8 years ago
transferFunctions.ml
[siof] collate multiple reports at the same line into one
8 years ago
transferFunctions.mli
[siof] collate multiple reports at the same line into one
8 years ago
var.ml
Divide Utils into Utils, Pp, and IStd
8 years ago
var.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago