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.
Jules Villard cb4b2339a3
[checkers] make SimpleCheckers compile
9 years ago
..
sql_examples Fix indentation of multiline copyright comment 9 years ago
AbstractInterpreter.mli [checkers] clean up abstract interpreter 9 years ago
BoundedCallTree.ml [clang] do not depend on Config.clang_lang and Config.source_file 9 years ago
IdAccessPathMapDomain.ml [checkers] don't crash when a frontend temp is reassigned 9 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
SimpleChecker.ml [checkers] make SimpleCheckers compile 9 years ago
SimpleChecker.mli [checkers] make SimpleCheckers compile 9 years ago
Stacktrace.ml [refactor] Remove unused prop reporting, and refactor 9 years ago
Stacktrace.mli [refactor] Remove unused prop reporting, and refactor 9 years ago
ThreadSafety.ml [refactor] moving check_attributes to patternMatch.ml 9 years ago
abstractDomain.ml killing is_bottom 9 years ago
abstractInterpreter.ml [checkers] clean up abstract interpreter 9 years ago
accessPath.ml [quandary] switch to using base -> formal num map in extras 9 years ago
accessPath.mli [quandary] switch to using base -> formal num map in extras 9 years ago
accessPathDomains.ml killing is_bottom 9 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 9 years ago
addressTaken.ml replace stackop instruction with skip instruction 9 years ago
annotationReachability.ml [refactor] moving check_attributes to patternMatch.ml 9 years ago
annotations.ml thread safety checker alpha0 9 years ago
annotations.mli thread safety checker alpha0 9 years ago
checkDeadCode.ml Pass tenv to everywhere that matches on Tstruct 9 years ago
checkDeadCode.mli Remove -open(Utils) compile flag hack 9 years ago
checkTraceCallSequence.ml Pass tenv to everywhere that matches on Tstruct 9 years ago
checkTraceCallSequence.mli Remove -open(Utils) compile flag hack 9 years ago
checkers.ml [IR] Simplify to single return id, with type 9 years ago
checkers.mli Pass tenv to everywhere that matches on Tstruct 9 years ago
constantPropagation.ml [IR] Simplify to single return id, with type 9 years ago
constantPropagation.mli Refactor Sil.exp to Exp.t 9 years ago
copyPropagation.ml [IR] Simplify to single return id, with type 9 years ago
dataflow.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 9 years ago
dataflow.mli Enable warning: Unexpected documentation comment 9 years ago
fragmentRetainsViewChecker.ml [IR] Remove redundant struct_typ.name field 9 years ago
idenv.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 9 years ago
idenv.mli Refactor Sil.exp to Exp.t 9 years ago
immutableChecker.ml Pass tenv to everywhere that matches on Tstruct 9 years ago
immutableChecker.mli Remove -open(Utils) compile flag hack 9 years ago
liveness.ml [IR] Simplify to single return id, with type 9 years ago
patternMatch.ml [refactor] moving check_attributes to patternMatch.ml 9 years ago
patternMatch.mli [refactor] moving check_attributes to patternMatch.ml 9 years ago
printfArgs.ml [IR] Do not use JBasics.java_lang_object in IR/backend 9 years ago
printfArgs.mli Pass tenv to everywhere that matches on Tstruct 9 years ago
procCfg.ml setup for creating very simple absint checkers 9 years ago
procCfg.mli setup for creating very simple absint checkers 9 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 [checkers] make SimpleCheckers compile 9 years ago
registerCheckers.mli disable dead code checker on clang 9 years ago
repeatedCallsChecker.ml [IR] Simplify to single return id, with type 9 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 9 years ago
sqlChecker.mli Remove -open(Utils) compile flag hack 9 years ago
stacktree.atd Make stacktrace and stacktree line number an int option. 9 years ago
summary.ml [checkers] update timestamp when storing checkers summary 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 9 years ago
var.mli Refactor Sil.exp to Exp.t 9 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.