Commit 144e34c
committed
Shared: Use shared SuccessorType in shared Cfg and BasicBlock libs.
1 parent 4685b4f commit 144e34cCopy full SHA for 144e34c
22 files changed
+101-131Lines changed: 101 additions & 131 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- actions/ql/lib/codeql/actions/controlflow/internal
- cpp/ql/lib/semmle/code/cpp/ir/implementation
- aliased_ssa
- raw
- unaliased_ssa
- csharp/ql/lib/semmle/code/csharp/controlflow
- internal
- javascript/ql/lib/semmle/javascript/internal
- java/ql/lib/semmle/code/java/controlflow
- python/ql/lib/semmle/python
- ruby/ql/lib/codeql/ruby/controlflow
- internal
- rust/ql/lib/codeql/rust/controlflow
- internal
- swift/ql/lib/codeql/swift/controlflow
- internal
Expand file treeCollapse file tree
Open diff view settings
Collapse file
actions/ql/lib/codeql/actions/controlflow/internal/Cfg.qll
Copy file name to clipboardExpand all lines: actions/ql/lib/codeql/actions/controlflow/internal/Cfg.qll-6Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
101 | 101 | |
102 | 102 | |
103 | 103 | |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | 104 | |
109 | 105 | |
110 | | - |
111 | | - |
112 | 106 | |
113 | 107 | |
114 | 108 | |
|
Collapse file
cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
Copy file name to clipboardExpand all lines: cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
| 5 | + |
5 | 6 | |
6 | 7 | |
7 | 8 | |
| ||
28 | 29 | |
29 | 30 | |
30 | 31 | |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
31 | 47 | |
32 | 48 | |
33 | 49 | |
|
Collapse file
cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/IRBlock.qll
Copy file name to clipboardExpand all lines: cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/IRBlock.qll+8-3Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
265 | 265 | |
266 | 266 | |
267 | 267 | |
268 | | - |
| 268 | + |
269 | 269 | |
270 | | - |
| 270 | + |
271 | 271 | |
272 | 272 | |
273 | 273 | |
| ||
280 | 280 | |
281 | 281 | |
282 | 282 | |
283 | | - |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
284 | 289 | |
285 | 290 | |
286 | 291 | |
|
Collapse file
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/IRBlock.qll
Copy file name to clipboardExpand all lines: cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/IRBlock.qll+8-3Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
265 | 265 | |
266 | 266 | |
267 | 267 | |
268 | | - |
| 268 | + |
269 | 269 | |
270 | | - |
| 270 | + |
271 | 271 | |
272 | 272 | |
273 | 273 | |
| ||
280 | 280 | |
281 | 281 | |
282 | 282 | |
283 | | - |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
284 | 289 | |
285 | 290 | |
286 | 291 | |
|
Collapse file
cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/IRBlock.qll
Copy file name to clipboardExpand all lines: cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/IRBlock.qll+8-3Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
265 | 265 | |
266 | 266 | |
267 | 267 | |
268 | | - |
| 268 | + |
269 | 269 | |
270 | | - |
| 270 | + |
271 | 271 | |
272 | 272 | |
273 | 273 | |
| ||
280 | 280 | |
281 | 281 | |
282 | 282 | |
283 | | - |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
284 | 289 | |
285 | 290 | |
286 | 291 | |
|
Collapse file
csharp/ql/lib/semmle/code/csharp/controlflow/BasicBlocks.qll
Copy file name to clipboardExpand all lines: csharp/ql/lib/semmle/code/csharp/controlflow/BasicBlocks.qll-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
346 | 346 | |
347 | 347 | |
348 | 348 | |
349 | | - |
350 | | - |
351 | 349 | |
352 | 350 | |
353 | 351 | |
|
Collapse file
csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImpl.qll
Copy file name to clipboardExpand all lines: csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImpl.qll+1-10Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
79 | 79 | |
80 | 80 | |
81 | 81 | |
82 | | - |
| 82 | + |
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | 86 | |
96 | 87 | |
97 | 88 | |
|
Collapse file
csharp/ql/lib/semmle/code/csharp/controlflow/internal/PreBasicBlocks.qll
Copy file name to clipboardExpand all lines: csharp/ql/lib/semmle/code/csharp/controlflow/internal/PreBasicBlocks.qll-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
163 | 163 | |
164 | 164 | |
165 | 165 | |
166 | | - |
167 | | - |
168 | 166 | |
169 | 167 | |
170 | 168 | |
|
Collapse file
java/ql/lib/semmle/code/java/controlflow/BasicBlocks.qll
Copy file name to clipboardExpand all lines: java/ql/lib/semmle/code/java/controlflow/BasicBlocks.qll+2-5Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
| 10 | + |
10 | 11 | |
11 | 12 | |
12 | | - |
13 | | - |
14 | 13 | |
15 | 14 | |
16 | 15 | |
| ||
96 | 95 | |
97 | 96 | |
98 | 97 | |
99 | | - |
| 98 | + |
100 | 99 | |
101 | 100 | |
102 | 101 | |
| ||
161 | 160 | |
162 | 161 | |
163 | 162 | |
164 | | - |
165 | | - |
166 | 163 | |
167 | 164 | |
168 | 165 | |
|
Collapse file
java/ql/lib/semmle/code/java/controlflow/Guards.qll
Copy file name to clipboardExpand all lines: java/ql/lib/semmle/code/java/controlflow/Guards.qll+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
139 | 139 | |
140 | 140 | |
141 | 141 | |
142 | | - |
| 142 | + |
143 | 143 | |
144 | 144 | |
145 | 145 | |
|
0 commit comments