Initial data-flow files

This commit is contained in:
Tom Hvitved
2021-02-02 14:06:01 +01:00
parent f71505c29c
commit de77a7f96d
6 changed files with 592 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* Provides classes for performing local (intra-procedural) and
* global (inter-procedural) data flow analyses.
*/
module DataFlow {
import codeql_ruby.dataflow.internal.DataFlowImpl
}