|
21 | 21 | "cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowImplCommon.qll", |
22 | 22 | "csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll" |
23 | 23 | ], |
24 | | - "C++ IR Instruction": [ |
| 24 | + "IR Instruction": [ |
25 | 25 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Instruction.qll", |
26 | 26 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Instruction.qll", |
27 | 27 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll" |
28 | 28 | ], |
29 | | - "C++ IR IRBlock": [ |
| 29 | + "IR IRBlock": [ |
30 | 30 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRBlock.qll", |
31 | 31 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRBlock.qll", |
32 | 32 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRBlock.qll" |
33 | 33 | ], |
34 | | - "C++ IR IRVariable": [ |
| 34 | + "IR IRVariable": [ |
35 | 35 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRVariable.qll", |
36 | 36 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRVariable.qll", |
37 | 37 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRVariable.qll" |
38 | 38 | ], |
39 | | - "C++ IR IRFunction": [ |
| 39 | + "IR IRFunction": [ |
40 | 40 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRFunction.qll", |
41 | 41 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRFunction.qll", |
42 | 42 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRFunction.qll" |
43 | 43 | ], |
44 | | - "C++ IR Operand": [ |
| 44 | + "IR Operand": [ |
45 | 45 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Operand.qll", |
46 | 46 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Operand.qll", |
47 | 47 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll" |
48 | 48 | ], |
49 | | - "C++ IR IRImpl": [ |
| 49 | + "IR IR": [ |
50 | 50 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IR.qll", |
51 | 51 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IR.qll", |
52 | 52 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IR.qll" |
53 | 53 | ], |
54 | | - "C++ IR IRSanityImpl": [ |
| 54 | + "IR IRSanity": [ |
55 | 55 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRSanity.qll", |
56 | 56 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRSanity.qll", |
57 | 57 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRSanity.qll" |
58 | 58 | ], |
59 | | - "C++ IR PrintIRImpl": [ |
| 59 | + "IR PrintIR": [ |
60 | 60 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/PrintIR.qll", |
61 | 61 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/PrintIR.qll", |
62 | 62 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/PrintIR.qll" |
63 | 63 | ], |
| 64 | + "C++ IR InstructionImports": [ |
| 65 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/InstructionImports.qll", |
| 66 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/InstructionImports.qll", |
| 67 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/InstructionImports.qll" |
| 68 | + ], |
| 69 | + "C++ IR IRImports": [ |
| 70 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/IRImports.qll", |
| 71 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/IRImports.qll", |
| 72 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/IRImports.qll" |
| 73 | + ], |
| 74 | + "C++ IR IRBlockImports": [ |
| 75 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/IRBlockImports.qll", |
| 76 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/IRBlockImports.qll", |
| 77 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/IRBlockImports.qll" |
| 78 | + ], |
| 79 | + "C++ IR IRVariableImports": [ |
| 80 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/IRVariableImports.qll", |
| 81 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/IRVariableImports.qll", |
| 82 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/IRVariableImports.qll" |
| 83 | + ], |
| 84 | + "C++ IR OperandImports": [ |
| 85 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/OperandImports.qll", |
| 86 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/OperandImports.qll", |
| 87 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/OperandImports.qll" |
| 88 | + ], |
| 89 | + "C++ IR PrintIRImports": [ |
| 90 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/PrintIRImports.qll", |
| 91 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/PrintIRImports.qll", |
| 92 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/PrintIRImports.qll" |
| 93 | + ], |
64 | 94 | "C++ SSA AliasAnalysis": [ |
65 | 95 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/AliasAnalysis.qll", |
66 | 96 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/AliasAnalysis.qll" |
|
0 commit comments