|
39 | 39 | "IR Instruction": [ |
40 | 40 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Instruction.qll", |
41 | 41 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Instruction.qll", |
42 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll" |
| 42 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll", |
| 43 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Instruction.qll" |
43 | 44 | ], |
44 | 45 | "IR IRBlock": [ |
45 | 46 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRBlock.qll", |
46 | 47 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRBlock.qll", |
47 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRBlock.qll" |
| 48 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRBlock.qll", |
| 49 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRBlock.qll" |
48 | 50 | ], |
49 | 51 | "IR IRVariable": [ |
50 | 52 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRVariable.qll", |
51 | 53 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRVariable.qll", |
52 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRVariable.qll" |
| 54 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRVariable.qll", |
| 55 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRVariable.qll" |
53 | 56 | ], |
54 | 57 | "IR IRFunction": [ |
55 | 58 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRFunction.qll", |
56 | 59 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRFunction.qll", |
57 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRFunction.qll" |
| 60 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRFunction.qll", |
| 61 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRFunction.qll" |
58 | 62 | ], |
59 | 63 | "IR Operand": [ |
60 | 64 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Operand.qll", |
61 | 65 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Operand.qll", |
62 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll" |
| 66 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll", |
| 67 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Operand.qll" |
| 68 | + ], |
| 69 | + "IR Operand Tag": [ |
| 70 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/internal/OperandTag.qll", |
| 71 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/internal/OperandTag.qll" |
| 72 | + ], |
| 73 | + "IR TIRVariable":[ |
| 74 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/internal/TIRVariable.qll", |
| 75 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/internal/TIRVariable.qll" |
63 | 76 | ], |
64 | 77 | "IR IR": [ |
65 | 78 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IR.qll", |
66 | 79 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IR.qll", |
67 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IR.qll" |
| 80 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IR.qll", |
| 81 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IR.qll" |
68 | 82 | ], |
69 | 83 | "IR IRSanity": [ |
70 | 84 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRSanity.qll", |
71 | 85 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRSanity.qll", |
72 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRSanity.qll" |
| 86 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRSanity.qll", |
| 87 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRSanity.qll" |
73 | 88 | ], |
74 | 89 | "IR PrintIR": [ |
75 | 90 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/PrintIR.qll", |
76 | 91 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/PrintIR.qll", |
77 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/PrintIR.qll" |
| 92 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/PrintIR.qll", |
| 93 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/PrintIR.qll" |
| 94 | + ], |
| 95 | + "IR IntegerConstant": [ |
| 96 | + "cpp/ql/src/semmle/code/cpp/ir/internal/IntegerConstant.qll", |
| 97 | + "csharp/ql/src/semmle/code/csharp/ir/internal/IntegerConstant.qll" |
| 98 | + ], |
| 99 | + "IR IntegerInteval": [ |
| 100 | + "cpp/ql/src/semmle/code/cpp/ir/internal/IntegerInterval.qll", |
| 101 | + "csharp/ql/src/semmle/code/csharp/ir/internal/IntegerInterval.qll" |
| 102 | + ], |
| 103 | + "IR IntegerPartial": [ |
| 104 | + "cpp/ql/src/semmle/code/cpp/ir/internal/IntegerPartial.qll", |
| 105 | + "csharp/ql/src/semmle/code/csharp/ir/internal/IntegerPartial.qll" |
| 106 | + ], |
| 107 | + "IR Overlap": [ |
| 108 | + "cpp/ql/src/semmle/code/cpp/ir/internal/Overlap.qll", |
| 109 | + "csharp/ql/src/semmle/code/csharp/ir/internal/Overlap.qll" |
| 110 | + ], |
| 111 | + "IR EdgeKind": [ |
| 112 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/EdgeKind.qll", |
| 113 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/EdgeKind.qll" |
| 114 | + ], |
| 115 | + "IR MemoryAccessKind": [ |
| 116 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/MemoryAccessKind.qll", |
| 117 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/MemoryAccessKind.qll" |
| 118 | + ], |
| 119 | + "IR TempVariableTag": [ |
| 120 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/TempVariableTag.qll", |
| 121 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/TempVariableTag.qll" |
| 122 | + ], |
| 123 | + "IR Opcode": [ |
| 124 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/Opcode.qll", |
| 125 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/Opcode.qll" |
78 | 126 | ], |
79 | 127 | "C++ IR InstructionImports": [ |
80 | 128 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/InstructionImports.qll", |
|
148 | 196 | "C++ IR PrintDominance": [ |
149 | 197 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/reachability/PrintDominance.qll", |
150 | 198 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/reachability/PrintDominance.qll" |
| 199 | + ], |
| 200 | + "C# IR InstructionImports": [ |
| 201 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/InstructionImports.qll" |
| 202 | + ], |
| 203 | + "C# IR IRImports": [ |
| 204 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRImports.qll" |
| 205 | + ], |
| 206 | + "C# IR IRBlockImports": [ |
| 207 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRBlockImports.qll" |
| 208 | + ], |
| 209 | + "C# IR IRVariableImports": [ |
| 210 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRVariableImports.qll" |
| 211 | + ], |
| 212 | + "C# IR OperandImports": [ |
| 213 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/OperandImports.qll" |
| 214 | + ], |
| 215 | + "C# IR PrintIRImports": [ |
| 216 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/PrintIRImports.qll" |
151 | 217 | ] |
152 | 218 | } |
0 commit comments