Skip to content

Commit a6fa6df

Browse files
committed
C#: Add shared data flow files
1 parent 26debb8 commit a6fa6df

File tree

3 files changed

+2146
-2
lines changed

3 files changed

+2146
-2
lines changed

config/identical-files.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
"cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll",
1414
"cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll",
1515
"cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll",
16-
"cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll"
16+
"cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll",
17+
"csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll"
1718
],
1819
"DataFlow Java/C++ Common": [
1920
"java/ql/src/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll",
2021
"cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowImplCommon.qll",
21-
"cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImplCommon.qll"
22+
"cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImplCommon.qll",
23+
"csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll"
2224
],
2325
"C++ IR Instruction": [
2426
"cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Instruction.qll",

0 commit comments

Comments
 (0)