Skip to content

Commit 466eb52

Browse files
committed
Update expected results of Rule 21.6.2
1 parent 5262b89 commit 466eb52

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

cpp/misra/test/rules/RULE-21-6-2/DynamicMemoryManagedManually.expected

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@
6363
| test.cpp:218:7:218:24 | operator delete | This expression takes address of `operator delete` which is an expression that dynamically deallocates memory. |
6464
| test.cpp:220:7:220:23 | operator delete | This expression takes address of `operator delete` which is an expression that dynamically deallocates memory. |
6565
| test.cpp:222:7:222:26 | operator delete[] | This expression takes address of `operator delete[]` which is an expression that dynamically deallocates memory. |
66-
| test.cpp:224:7:224:25 | operator delete[] | This expression takes address of `operator delete[]` which is an expression that dynamically deallocates memory. |
67-
| test.cpp:228:7:228:24 | operator delete | This expression takes address of `operator delete` which is an expression that dynamically deallocates memory. |
68-
| test.cpp:230:7:230:26 | operator delete[] | This expression takes address of `operator delete[]` which is an expression that dynamically deallocates memory. |
69-
| test.cpp:234:7:234:24 | operator delete | This expression takes address of `operator delete` which is an expression that dynamically deallocates memory. |
70-
| test.cpp:236:7:236:26 | operator delete[] | This expression takes address of `operator delete[]` which is an expression that dynamically deallocates memory. |
71-
| test.cpp:245:7:245:35 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
72-
| test.cpp:248:7:248:37 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
73-
| test.cpp:254:7:254:23 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
74-
| test.cpp:257:8:257:25 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
75-
| test.cpp:262:7:262:42 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
76-
| test.cpp:265:7:265:44 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
77-
| test.cpp:270:7:271:23 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
78-
| test.cpp:274:7:275:25 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
79-
| test.cpp:280:7:281:18 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
80-
| test.cpp:284:7:285:20 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
81-
| test.cpp:290:7:291:18 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
82-
| test.cpp:294:7:295:20 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
83-
| test.cpp:300:7:301:18 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
84-
| test.cpp:304:7:305:20 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
85-
| test.cpp:311:7:311:28 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
86-
| test.cpp:314:7:314:30 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
87-
| test.cpp:322:7:322:35 | release | This expression takes address of `release` which is `std::unique_ptr::release`. |
88-
| test.cpp:325:7:325:37 | release | This expression takes address of `release` which is `std::unique_ptr::release`. |
66+
| test.cpp:223:24:223:42 | operator delete[] | This expression takes address of `operator delete[]` which is an expression that dynamically deallocates memory. |
67+
| test.cpp:227:7:227:24 | operator delete | This expression takes address of `operator delete` which is an expression that dynamically deallocates memory. |
68+
| test.cpp:229:7:229:26 | operator delete[] | This expression takes address of `operator delete[]` which is an expression that dynamically deallocates memory. |
69+
| test.cpp:233:7:233:24 | operator delete | This expression takes address of `operator delete` which is an expression that dynamically deallocates memory. |
70+
| test.cpp:235:7:235:26 | operator delete[] | This expression takes address of `operator delete[]` which is an expression that dynamically deallocates memory. |
71+
| test.cpp:243:13:243:41 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
72+
| test.cpp:245:13:245:43 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
73+
| test.cpp:251:7:251:23 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
74+
| test.cpp:254:8:254:25 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
75+
| test.cpp:258:13:258:48 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
76+
| test.cpp:261:7:261:44 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
77+
| test.cpp:265:13:266:19 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
78+
| test.cpp:268:13:269:21 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
79+
| test.cpp:273:13:274:24 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
80+
| test.cpp:276:14:277:27 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
81+
| test.cpp:281:14:282:25 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
82+
| test.cpp:284:14:285:27 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
83+
| test.cpp:289:14:290:25 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
84+
| test.cpp:292:14:293:27 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
85+
| test.cpp:299:7:299:28 | allocate | This expression takes address of `allocate` which is a standard library function that manages memory manually. |
86+
| test.cpp:302:7:302:30 | deallocate | This expression takes address of `deallocate` which is a standard library function that manages memory manually. |
87+
| test.cpp:309:13:309:41 | release | This expression takes address of `release` which is `std::unique_ptr::release`. |
88+
| test.cpp:312:7:312:37 | release | This expression takes address of `release` which is `std::unique_ptr::release`. |

0 commit comments

Comments
 (0)