[absint] move the framework bits/utilities of Infer.AI to a separate directory from the clients (checkers ~= transfer functions + domains)

Reviewed By: jvillard

Differential Revision: D5264488

fbshipit-source-id: 454d03f
master
Sam Blackshear 8 years ago committed by Facebook Github Bot
parent 63fcddb4a7
commit 4f54fabf4f

@ -138,7 +138,7 @@ EXTRA_DEPS = opensource
endif
DEPENDENCIES = \
IR backend base checkers eradicate harness integration labs quandary bufferoverrun \
absint backend base bufferoverrun checkers eradicate harness integration IR labs quandary \
$(EXTRA_DEPS)
# ocamlbuild command with options common to all build targets

@ -0,0 +1,3 @@
# AbsInt
Code + utilties for the Infer.AI abstract interpretation framework.

@ -1,9 +1,3 @@
# Checkers
Checkers is an infrastructure to facitilate writing lightweight checks starting from the Intermediate Representation [IR](../IR/README.md) of a project.
Module [Checkers](checkers.mli) contains a number of sample checkers.
Individual checkers can be activated using module [RegisterCheckers](registercheckers.ml).
Transfer functions, abstract domains, and checker configuration.
Loading…
Cancel
Save