duplicate DataFlow implementation

This commit is contained in:
Alex Ford
2021-10-03 23:08:38 +01:00
parent a2084f813e
commit eb5f26ce06
3 changed files with 4565 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 DataFlow2 {
import codeql.ruby.dataflow.internal.DataFlowImpl2
}

File diff suppressed because it is too large Load Diff