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.
Lázaro Clapp Jiménez Labora f2e958ef3a
Add support for multiple stacktraces in '-a crashcontext'
8 years ago
..
sql_examples Fix indentation of multiline copyright comment 9 years ago
BoundedCallTree.ml Add support for multiple stacktraces in '-a crashcontext' 8 years ago
IdAccessPathMapDomain.ml mapping of ids to raw access path 8 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
SimpleChecker.ml setup for creating very simple absint checkers 8 years ago
abstractDomain.ml killing is_bottom 8 years ago
abstractInterpreter.ml fixing broken backward/per-instr cfg by taking a different approach 9 years ago
accessPath.ml propagate tainted sources 8 years ago
accessPath.mli propagate tainted sources 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 taint domain 8 years ago
addressTaken.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
annotationReachability.ml make @OnBind an alias for @NoAllocation 8 years ago
annotations.ml make @OnBind an alias for @NoAllocation 8 years ago
annotations.mli make @OnBind an alias for @NoAllocation 8 years ago
checkDeadCode.ml opacify the type of node ids 9 years ago
checkDeadCode.mli Remove -open(Utils) compile flag hack 9 years ago
checkTraceCallSequence.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
checkTraceCallSequence.mli Remove -open(Utils) compile flag hack 9 years ago
checkers.ml detect unsigned values inside structured expressions 8 years ago
checkers.mli Enable warning: Unexpected documentation comment 8 years ago
constantPropagation.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
constantPropagation.mli Refactor Sil.exp to Exp.t 8 years ago
copyPropagation.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
dataflow.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
dataflow.mli Enable warning: Unexpected documentation comment 8 years ago
fragmentRetainsViewChecker.ml Refactor Sil.typ into separate Typ module 9 years ago
idenv.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
idenv.mli Refactor Sil.exp to Exp.t 8 years ago
immutableChecker.ml Remove -open(Utils) compile flag hack 9 years ago
immutableChecker.mli Remove -open(Utils) compile flag hack 9 years ago
liveness.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
patternMatch.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
patternMatch.mli Refactor Sil.attribute and associates to PredSymb 8 years ago
printfArgs.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 8 years ago
printfArgs.mli Remove -open(Utils) compile flag hack 9 years ago
procCfg.ml setup for creating very simple absint checkers 8 years ago
procCfg.mli setup for creating very simple absint checkers 8 years ago
procData.ml allowing extra data to be packaged along with procCfg 9 years ago
procData.mli allowing extra data to be packaged along with procCfg 9 years ago
registerCheckers.ml java traces 8 years ago
registerCheckers.mli disable dead code checker on clang 9 years ago
repeatedCallsChecker.ml Refactor exp_equal and exp_compare to Exp 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 Refactor Sil.exp to Exp.t 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 Remove -open(Utils) compile flag hack 9 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.