Skip to content

Commit ec0d35f

Browse files
authored
Merge pull request #527 from MathiasVP/add-empty-provenance-column-2
Accept more changes from #15549
2 parents 2170717 + 0b02e6b commit ec0d35f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

cpp/common/test/rules/placementnewinsufficientstorage/PlacementNewInsufficientStorage.expected

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ problems
77
| test.cpp:100:16:100:39 | new | test.cpp:65:36:65:38 | call to pop | test.cpp:100:21:100:28 | badAlloc | Placement new expression is used with an insufficiently large memory allocation from $@. | test.cpp:65:36:65:38 | call to pop | call to pop |
88
| test.cpp:113:7:113:32 | new[] | test.cpp:113:14:113:21 | badAlloc | test.cpp:113:14:113:21 | badAlloc | Placement new expression is used with an insufficiently large memory allocation from $@. | test.cpp:113:14:113:21 | badAlloc | badAlloc |
99
edges
10-
| test.cpp:18:36:18:49 | call to operator new | test.cpp:19:21:19:44 | correctlyAllocatedMemory |
11-
| test.cpp:24:37:24:50 | call to operator new | test.cpp:25:21:25:45 | correctlyAllocatedMemory2 |
12-
| test.cpp:29:32:29:45 | call to operator new | test.cpp:31:21:31:40 | badlyAllocatedMemory |
13-
| test.cpp:35:33:35:46 | call to operator new | test.cpp:37:21:37:41 | badlyAllocatedMemory2 |
14-
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory |
15-
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory |
16-
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory |
17-
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory |
18-
| test.cpp:67:12:67:17 | memory | test.cpp:94:32:94:39 | call to allocate |
19-
| test.cpp:67:12:67:17 | memory | test.cpp:98:31:98:38 | call to allocate |
20-
| test.cpp:94:32:94:39 | call to allocate | test.cpp:95:21:95:29 | goodAlloc |
21-
| test.cpp:98:31:98:38 | call to allocate | test.cpp:100:21:100:28 | badAlloc |
10+
| test.cpp:18:36:18:49 | call to operator new | test.cpp:19:21:19:44 | correctlyAllocatedMemory | provenance | |
11+
| test.cpp:24:37:24:50 | call to operator new | test.cpp:25:21:25:45 | correctlyAllocatedMemory2 | provenance | |
12+
| test.cpp:29:32:29:45 | call to operator new | test.cpp:31:21:31:40 | badlyAllocatedMemory | provenance | |
13+
| test.cpp:35:33:35:46 | call to operator new | test.cpp:37:21:37:41 | badlyAllocatedMemory2 | provenance | |
14+
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory | provenance | |
15+
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory | provenance | |
16+
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory | provenance | |
17+
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory | provenance | |
18+
| test.cpp:67:12:67:17 | memory | test.cpp:94:32:94:39 | call to allocate | provenance | |
19+
| test.cpp:67:12:67:17 | memory | test.cpp:98:31:98:38 | call to allocate | provenance | |
20+
| test.cpp:94:32:94:39 | call to allocate | test.cpp:95:21:95:29 | goodAlloc | provenance | |
21+
| test.cpp:98:31:98:38 | call to allocate | test.cpp:100:21:100:28 | badAlloc | provenance | |
2222
nodes
2323
| test.cpp:18:36:18:49 | call to operator new | semmle.label | call to operator new |
2424
| test.cpp:19:21:19:44 | correctlyAllocatedMemory | semmle.label | correctlyAllocatedMemory |

0 commit comments

Comments
 (0)