|
47 | 47 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Instruction.qll", |
48 | 48 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Instruction.qll", |
49 | 49 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll", |
50 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Instruction.qll" |
| 50 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Instruction.qll", |
| 51 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/Instruction.qll" |
51 | 52 | ], |
52 | 53 | "IR IRBlock": [ |
53 | 54 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRBlock.qll", |
54 | 55 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRBlock.qll", |
55 | 56 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRBlock.qll", |
56 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRBlock.qll" |
| 57 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRBlock.qll", |
| 58 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/IRBlock.qll" |
57 | 59 | ], |
58 | 60 | "IR IRVariable": [ |
59 | 61 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRVariable.qll", |
60 | 62 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRVariable.qll", |
61 | 63 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRVariable.qll", |
62 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRVariable.qll" |
| 64 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRVariable.qll", |
| 65 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/IRVariable.qll" |
63 | 66 | ], |
64 | 67 | "IR IRFunction": [ |
65 | 68 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRFunction.qll", |
66 | 69 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRFunction.qll", |
67 | 70 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRFunction.qll", |
68 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRFunction.qll" |
| 71 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRFunction.qll", |
| 72 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/IRFunction.qll" |
69 | 73 | ], |
70 | 74 | "IR Operand": [ |
71 | 75 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Operand.qll", |
72 | 76 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Operand.qll", |
73 | 77 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll", |
74 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Operand.qll" |
| 78 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Operand.qll", |
| 79 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/Operand.qll" |
75 | 80 | ], |
76 | 81 | "IR IRType": [ |
77 | 82 | "cpp/ql/src/semmle/code/cpp/ir/implementation/IRType.qll", |
|
89 | 94 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IR.qll", |
90 | 95 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IR.qll", |
91 | 96 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IR.qll", |
92 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IR.qll" |
| 97 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IR.qll", |
| 98 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/IR.qll" |
93 | 99 | ], |
94 | 100 | "IR IRSanity": [ |
95 | 101 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRSanity.qll", |
96 | 102 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRSanity.qll", |
97 | 103 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRSanity.qll", |
98 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRSanity.qll" |
| 104 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/IRSanity.qll", |
| 105 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/IRSanity.qll" |
99 | 106 | ], |
100 | 107 | "IR PrintIR": [ |
101 | 108 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/PrintIR.qll", |
102 | 109 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/PrintIR.qll", |
103 | 110 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/PrintIR.qll", |
104 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/PrintIR.qll" |
| 111 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/PrintIR.qll", |
| 112 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/PrintIR.qll" |
105 | 113 | ], |
106 | 114 | "IR IntegerConstant": [ |
107 | 115 | "cpp/ql/src/semmle/code/cpp/ir/internal/IntegerConstant.qll", |
|
165 | 173 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/PrintIRImports.qll", |
166 | 174 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/PrintIRImports.qll" |
167 | 175 | ], |
| 176 | + "C++ SSA SSAConstructionImports": [ |
| 177 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstructionImports.qll", |
| 178 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstructionImports.qll" |
| 179 | + ], |
168 | 180 | "C++ SSA AliasAnalysis": [ |
169 | 181 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/AliasAnalysis.qll", |
170 | 182 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/AliasAnalysis.qll" |
171 | 183 | ], |
172 | | - "C++ SSA SSAConstruction": [ |
| 184 | + "IR SSA SimpleSSA": [ |
| 185 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SimpleSSA.qll", |
| 186 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/SimpleSSA.qll" |
| 187 | + ], |
| 188 | + "IR SSA SSAConstruction": [ |
173 | 189 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll", |
174 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll" |
| 190 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll", |
| 191 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll" |
175 | 192 | ], |
176 | | - "C++ SSA PrintSSA": [ |
| 193 | + "IR SSA PrintSSA": [ |
177 | 194 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/PrintSSA.qll", |
178 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/PrintSSA.qll" |
| 195 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/PrintSSA.qll", |
| 196 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/PrintSSA.qll" |
179 | 197 | ], |
180 | 198 | "C++ IR ValueNumber": [ |
181 | 199 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/gvn/ValueNumbering.qll", |
|
209 | 227 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/reachability/PrintDominance.qll" |
210 | 228 | ], |
211 | 229 | "C# IR InstructionImports": [ |
212 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/InstructionImports.qll" |
| 230 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/InstructionImports.qll", |
| 231 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/InstructionImports.qll" |
213 | 232 | ], |
214 | 233 | "C# IR IRImports": [ |
215 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRImports.qll" |
| 234 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRImports.qll", |
| 235 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/IRImports.qll" |
216 | 236 | ], |
217 | 237 | "C# IR IRBlockImports": [ |
218 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRBlockImports.qll" |
| 238 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRBlockImports.qll", |
| 239 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/IRBlockImports.qll" |
219 | 240 | ], |
220 | 241 | "C# IR IRVariableImports": [ |
221 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRVariableImports.qll" |
| 242 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRVariableImports.qll", |
| 243 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/IRVariableImports.qll" |
222 | 244 | ], |
223 | 245 | "C# IR OperandImports": [ |
224 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/OperandImports.qll" |
| 246 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/OperandImports.qll", |
| 247 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/OperandImports.qll" |
225 | 248 | ], |
226 | 249 | "C# IR PrintIRImports": [ |
227 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/PrintIRImports.qll" |
| 250 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/PrintIRImports.qll", |
| 251 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/PrintIRImports.qll" |
228 | 252 | ] |
229 | 253 | } |
0 commit comments