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 8d48c108ca
[quandary] add Errlog traces
8 years ago
..
sql_examples Fix indentation of multiline copyright comment 9 years ago
AbstractDomain.mli [checkers] mlis for abstract domains 8 years ago
AbstractInterpreter.mli [checkers] clean up abstract interpreter 8 years ago
BoundedCallTree.ml [IR] Move Procdesc module to a separate file. 8 years ago
IdAccessPathMapDomain.ml [checkers] don't crash when a frontend temp is reassigned 8 years ago
Passthrough.ml [quandary] add Errlog traces 8 years ago
Passthrough.mli [quandary] add Errlog traces 8 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
SimpleChecker.ml [IR] Move Procdesc module to a separate file. 8 years ago
SimpleChecker.mli [IR] Move Procdesc module to a separate file. 8 years ago
Sink.ml [traces] Move all trace-related files to checkers 8 years ago
Sink.mli [traces] Move all trace-related files to checkers 8 years ago
SinkTrace.ml [siof] better error reports using `Errlog.loc_trace`s 8 years ago
SinkTrace.mli [siof] better error reports using `Errlog.loc_trace`s 8 years ago
Siof.ml [siof] better error reports using `Errlog.loc_trace`s 8 years ago
Siof.mli [siof] convert domain to sink trace of pvar's 8 years ago
SiofDomain.ml [siof] convert domain to sink trace of pvar's 8 years ago
SiofTrace.ml [siof] better error reports using `Errlog.loc_trace`s 8 years ago
SiofTrace.mli [siof] better error reports using `Errlog.loc_trace`s 8 years ago
Source.ml [quandary] filter the footprint sources in Trace.should_report 8 years ago
Source.mli [siof] add fancy interprocedural reporting 8 years ago
Stacktrace.ml [config] normalize all paths options 8 years ago
Stacktrace.mli [refactor] Remove unused prop reporting, and refactor 8 years ago
ThreadSafety.ml [threadsafety] interprocedural 8 years ago
ThreadSafetyDomain.ml [threadsafety] interprocedural 8 years ago
Trace.ml [quandary] add Errlog traces 8 years ago
Trace.mli [siof] better error reports using `Errlog.loc_trace`s 8 years ago
TraceElem.ml [checkers] rename to_callee -> with_callsite 8 years ago
abstractDomain.ml [SIOF] detect which variables need initialization 8 years ago
abstractInterpreter.ml [IR] Move Procdesc module to a separate file. 8 years ago
accessPath.ml [quandary] fix crash from returning exceptions that read from the environment 8 years ago
accessPath.mli [checkers] extract access paths from non-lhs expressions 8 years ago
accessPathDomains.ml killing is_bottom 8 years ago
accessPathDomains.mli add abstraction of access path, use in access path set domain 9 years ago
accessTree.ml [quandary] switch to using base -> formal num map in extras 8 years ago
addressTaken.ml [siof] check origin of globals and complain if potential siof 8 years ago
annotationReachability.ml [refactoring] add make_trace_element to Errlog 8 years ago
annotations.ml [IR] Move Procdesc module to a separate file. 8 years ago
annotations.mli [IR] Move Procdesc module to a separate file. 8 years ago
checkDeadCode.ml [IR] Move Procdesc module to a separate file. 8 years ago
checkDeadCode.mli Remove -open(Utils) compile flag hack 9 years ago
checkTraceCallSequence.ml [IR] Move Procdesc module to a separate file. 8 years ago
checkTraceCallSequence.mli Remove -open(Utils) compile flag hack 9 years ago
checkers.ml [refactoring] add make_trace_element to Errlog 8 years ago
checkers.mli [IR] Move Procdesc module to a separate file. 8 years ago
constantPropagation.ml [IR] Move Procdesc module to a separate file. 8 years ago
constantPropagation.mli [IR] Move Procdesc module to a separate file. 8 years ago
copyPropagation.ml [IR] Simplify to single return id, with type 8 years ago
dataflow.ml [IR] Move Procdesc module to a separate file. 8 years ago
dataflow.mli [IR] Move Procdesc module to a separate file. 8 years ago
fragmentRetainsViewChecker.ml [IR] Move Procdesc module to a separate file. 8 years ago
idenv.ml [IR] Move Procdesc module to a separate file. 8 years ago
idenv.mli [IR] Move Procdesc module to a separate file. 8 years ago
immutableChecker.ml Pass tenv to everywhere that matches on Tstruct 8 years ago
immutableChecker.mli Remove -open(Utils) compile flag hack 9 years ago
liveness.ml [IR] Simplify to single return id, with type 8 years ago
patternMatch.ml [IR] Move Procdesc module to a separate file. 8 years ago
patternMatch.mli [IR] Move Procdesc module to a separate file. 8 years ago
printfArgs.ml [IR] Move Procdesc module to a separate file. 8 years ago
printfArgs.mli [IR] Move Procdesc module to a separate file. 8 years ago
procCfg.ml [IR] Move Procdesc module to a separate file. 8 years ago
procCfg.mli [IR] Move Procdesc module to a separate file. 8 years ago
procData.ml [IR] Move Procdesc module to a separate file. 8 years ago
procData.mli [IR] Move Procdesc module to a separate file. 8 years ago
registerCheckers.ml [threadsafety] run thread safety checker on its own 8 years ago
registerCheckers.mli disable dead code checker on clang 9 years ago
repeatedCallsChecker.ml [IR] Move Procdesc module to a separate file. 8 years ago
repeatedCallsChecker.mli Remove -open(Utils) compile flag hack 9 years ago
scheduler.ml redesigning abstract interpreter to allow easy composition of analyses 9 years ago
sqlChecker.ml [IR] Move Procdesc module to a separate file. 8 years ago
sqlChecker.mli Remove -open(Utils) compile flag hack 9 years ago
stacktree.atd Make stacktrace and stacktree line number an int option. 8 years ago
summary.ml [IR] Move Procdesc module to a separate file. 8 years ago
transferFunctions.ml redesigning abstract interpreter to allow easy composition of analyses 9 years ago
transferFunctions.mli redesigning abstract interpreter to allow easy composition of analyses 9 years ago
var.ml Refactor Sil.exp to Exp.t 8 years ago
var.mli Refactor Sil.exp to Exp.t 8 years ago

README.md

Checkers

Checkers is an infrastructure to facitilate writing lightweight checks starting from the Intermediate Representation IR of a project.

Module Checkers contains a number of sample checkers.

Individual checkers can be activated using module RegisterCheckers.