mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) data flow analyses.
|
|
*/
|
|
|
|
import csharp
|
|
|
|
module DataFlow3 {
|
|
import semmle.code.csharp.dataflow.internal.DataFlowImpl3
|
|
}
|