File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
swift/ql/lib/codeql/swift/dataflow/internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
private import DataFlowImplSpecific
2
- private import codeql.dataflow.DataFlowImpl
2
+ private import codeql.dataflow.internal. DataFlowImpl
3
3
import MakeImpl< SwiftDataFlow >
Original file line number Diff line number Diff line change 1
1
private import DataFlowImplSpecific
2
- private import codeql.dataflow.DataFlowImplCommon
2
+ private import codeql.dataflow.internal. DataFlowImplCommon
3
3
import MakeImplCommon< SwiftDataFlow >
Original file line number Diff line number Diff line change 2
2
* Provides Swift-specific definitions for use in the data flow library.
3
3
*/
4
4
5
- private import codeql.dataflow.DataFlowParameter
5
+ private import codeql.dataflow.DataFlow
6
6
// we need to export `Unit` for the DataFlowImpl* files
7
7
private import swift as Swift
8
8
@@ -15,7 +15,7 @@ module Public {
15
15
import DataFlowPublic
16
16
}
17
17
18
- module SwiftDataFlow implements DataFlowParameter {
18
+ module SwiftDataFlow implements InputSig {
19
19
import Private
20
20
import Public
21
21
You can’t perform that action at this time.
0 commit comments