..
sql_examples
[cli] warn about deprecated options, clean up infer repo
8 years ago
AbstractDomain.ml
[absint] add inverted map domain
8 years ago
AbstractDomain.mli
[absint] add inverted map domain
8 years ago
AbstractInterpreter.ml
Deprecate further IList functions
8 years ago
AbstractInterpreter.mli
[absint] simplify `AbstractInterpreter.Make` functor by hiding `Scheduler` parameter
8 years ago
BoundedCallTree.ml
Deprecate further IList functions
8 years ago
FormalMap.ml
Deprecate further IList functions
8 years ago
FormalMap.mli
[thread-safety] handle constructors by understanding that a constructor owns `this`
8 years ago
IdAccessPathMapDomain.ml
[checkers] don't do expensive access path equality check unless debugging
8 years ago
IdAccessPathMapDomain.mli
[cleanup] give AccessPath.raw its own module
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
[cleanup] Simplify PrettyPrintable.Make functors
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
Deprecate more IList functions and use Core List instead
8 years ago
SimpleChecker.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
Sink.ml
Deprecate further IList functions
8 years ago
Sink.mli
[quandary] model some formals of Webview methods as tainted
8 years ago
SinkTrace.ml
Deprecate further IList functions
8 years ago
SinkTrace.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
Siof.ml
Deprecate further IList functions
8 years ago
Siof.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
SiofDomain.ml
Deprecate IList part 3.
8 years ago
SiofDomain.mli
[siof] generic model of std::ios_base::Init that prevents SIOF
8 years ago
SiofTrace.ml
Deprecate IList part 3.
8 years ago
SiofTrace.mli
[siof] collate multiple reports at the same line into one
8 years ago
Source.ml
Deprecate further IList functions
8 years ago
Source.mli
[quandary] considering methods of subclasses of Activity, SharedPreferences etc. as sources/sinks too
8 years ago
Stacktrace.ml
Deprecate further IList functions
8 years ago
Stacktrace.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago
ThreadSafety.ml
[infer][thread-safety] Better error message for container writes
8 years ago
ThreadSafety.mli
[cleanup] adding missing mlis for checkers
8 years ago
ThreadSafetyDomain.ml
[thread-safety] use untyped access path maps/sets in thread-safety analysis
8 years ago
ThreadSafetyDomain.mli
[thread-safety] use untyped access path maps/sets in thread-safety analysis
8 years ago
Trace.ml
Deprecate IList part 3.
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
[threadsafety] read/write races
8 years ago
accessPath.mli
[threadsafety] read/write races
8 years ago
accessPathDomains.ml
[cleanup] Simplify PrettyPrintable.Make functors
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
More IList deprecation: fold functions
8 years ago
annotationReachability.ml
[cleanup] adding missing mlis for checkers
8 years ago
annotationReachability.mli
[cleanup] adding missing mlis for checkers
8 years ago
annotations.ml
[thread-safety] Add @ReturnsOwnership annotation for methods and handle it in the thread-safety analysis
8 years ago
annotations.mli
[thread-safety] Add @ReturnsOwnership annotation for methods and handle it in the thread-safety analysis
8 years ago
checkDeadCode.ml
Deprecate further IList functions
8 years ago
checkDeadCode.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
checkTraceCallSequence.ml
Deprecate further IList functions
8 years ago
checkTraceCallSequence.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
checkers.ml
[infer][backend] remove duplicate function to store summaries to disk
8 years ago
checkers.mli
[infer][backend] remove duplicate function to store summaries to disk
8 years ago
constantPropagation.ml
Deprecate more IList functions
8 years ago
constantPropagation.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
copyPropagation.ml
More IList deprecation: fold functions
8 years ago
dataflow.ml
Deprecate more IList functions
8 years ago
dataflow.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
fragmentRetainsViewChecker.ml
Deprecate more IList functions
8 years ago
fragmentRetainsViewChecker.mli
[cleanup] adding missing mlis for checkers
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
Deprecate IList module in favour of Core List
8 years ago
immutableChecker.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
liveness.ml
Deprecate further IList functions
8 years ago
patternMatch.ml
Deprecate IList part 3.
8 years ago
patternMatch.mli
[cleanup] make PatternMatch.override_exists check the current procname too
8 years ago
printfArgs.ml
Deprecate further IList functions
8 years ago
printfArgs.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
procCfg.ml
Deprecate IList part 3.
8 years ago
procCfg.mli
Inferbo
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
[cleanup] adding missing mlis for checkers
8 years ago
registerCheckers.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
repeatedCallsChecker.ml
Deprecate more IList functions
8 years ago
repeatedCallsChecker.mli
Divide Utils into Utils, Pp, and IStd
8 years ago
scheduler.ml
Deprecate further IList functions
8 years ago
sqlChecker.ml
Deprecate further IList functions
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.
9 years ago
summary.ml
[infer][backend] Write the summary to disk in the checkers framework
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
[cleanup] Simplify PrettyPrintable.Make functors
8 years ago
var.mli
Open Core.Std by default, still use Caml Hashtbl, Map, Set
8 years ago