|
36 | 36 | | test.cpp:151:10:151:16 | call to release | Banned call to `std::unique_ptr<C1[], default_delete<C1[]>>::release`. | |
37 | 37 | | test.cpp:152:3:152:15 | call to operator delete[] | Banned call to `operator delete[]`. | |
38 | 38 | | test.cpp:158:3:158:12 | call to operator delete | Banned call to `operator delete`. | |
39 | | -| test.cpp:165:7:165:17 | malloc | Taking the address of a banned function `malloc`. | |
40 | | -| test.cpp:167:8:167:18 | malloc | Taking the address of a banned function `malloc`. | |
41 | | -| test.cpp:169:7:169:14 | malloc | Taking the address of a banned function `malloc`. | |
42 | | -| test.cpp:171:8:171:15 | malloc | Taking the address of a banned function `malloc`. | |
43 | | -| test.cpp:174:7:174:17 | calloc | Taking the address of a banned function `calloc`. | |
44 | | -| test.cpp:176:8:176:18 | calloc | Taking the address of a banned function `calloc`. | |
45 | | -| test.cpp:179:7:179:18 | realloc | Taking the address of a banned function `realloc`. | |
46 | | -| test.cpp:181:8:181:19 | realloc | Taking the address of a banned function `realloc`. | |
47 | | -| test.cpp:184:7:184:24 | aligned_alloc | Taking the address of a banned function `aligned_alloc`. | |
48 | | -| test.cpp:186:8:186:25 | aligned_alloc | Taking the address of a banned function `aligned_alloc`. | |
49 | | -| test.cpp:189:7:189:15 | free | Taking the address of a banned function `free`. | |
50 | | -| test.cpp:191:8:191:16 | free | Taking the address of a banned function `free`. | |
51 | | -| test.cpp:193:7:193:12 | free | Taking the address of a banned function `free`. | |
52 | | -| test.cpp:195:8:195:13 | free | Taking the address of a banned function `free`. | |
53 | | -| test.cpp:202:7:202:21 | operator new | Taking the address of a banned function `operator new`. | |
54 | | -| test.cpp:204:7:204:20 | operator new | Taking the address of a banned function `operator new`. | |
55 | | -| test.cpp:206:7:206:23 | operator new[] | Taking the address of a banned function `operator new[]`. | |
56 | | -| test.cpp:208:7:208:22 | operator new[] | Taking the address of a banned function `operator new[]`. | |
57 | | -| test.cpp:211:7:211:21 | operator new | Taking the address of a banned function `operator new`. | |
58 | | -| test.cpp:213:7:213:23 | operator new[] | Taking the address of a banned function `operator new[]`. | |
59 | | -| test.cpp:218:7:218:24 | operator delete | Taking the address of a banned function `operator delete`. | |
60 | | -| test.cpp:220:7:220:23 | operator delete | Taking the address of a banned function `operator delete`. | |
61 | | -| test.cpp:222:7:222:26 | operator delete[] | Taking the address of a banned function `operator delete[]`. | |
62 | | -| test.cpp:223:24:223:42 | operator delete[] | Taking the address of a banned function `operator delete[]`. | |
63 | | -| test.cpp:227:7:227:24 | operator delete | Taking the address of a banned function `operator delete`. | |
64 | | -| test.cpp:229:7:229:26 | operator delete[] | Taking the address of a banned function `operator delete[]`. | |
65 | | -| test.cpp:233:7:233:24 | operator delete | Taking the address of a banned function `operator delete`. | |
66 | | -| test.cpp:235:7:235:26 | operator delete[] | Taking the address of a banned function `operator delete[]`. | |
67 | | -| test.cpp:243:13:243:41 | allocate | Taking the address of a banned function `std::allocator<C1>::allocate`. | |
68 | | -| test.cpp:245:13:245:43 | deallocate | Taking the address of a banned function `std::allocator<C1>::deallocate`. | |
69 | | -| test.cpp:251:7:251:23 | allocate | Taking the address of a banned function `std::allocator_traits<allocator<C1>>::allocate`. | |
70 | | -| test.cpp:254:8:254:25 | deallocate | Taking the address of a banned function `std::allocator_traits<allocator<C1>>::deallocate`. | |
71 | | -| test.cpp:258:13:258:48 | allocate | Taking the address of a banned function `std::pmr::memory_resource::allocate`. | |
72 | | -| test.cpp:261:7:261:44 | deallocate | Taking the address of a banned function `std::pmr::memory_resource::deallocate`. | |
73 | | -| test.cpp:265:13:266:19 | allocate | Taking the address of a banned function `std::pmr::polymorphic_allocator<C1>::allocate`. | |
74 | | -| test.cpp:268:13:269:21 | deallocate | Taking the address of a banned function `std::pmr::polymorphic_allocator<C1>::deallocate`. | |
75 | | -| test.cpp:273:13:274:24 | allocate | Taking the address of a banned function `std::pmr::memory_resource::allocate`. | |
76 | | -| test.cpp:276:14:277:27 | deallocate | Taking the address of a banned function `std::pmr::memory_resource::deallocate`. | |
77 | | -| test.cpp:281:14:282:25 | allocate | Taking the address of a banned function `std::pmr::memory_resource::allocate`. | |
78 | | -| test.cpp:284:14:285:27 | deallocate | Taking the address of a banned function `std::pmr::memory_resource::deallocate`. | |
79 | | -| test.cpp:289:14:290:25 | allocate | Taking the address of a banned function `std::pmr::memory_resource::allocate`. | |
80 | | -| test.cpp:292:14:293:27 | deallocate | Taking the address of a banned function `std::pmr::memory_resource::deallocate`. | |
81 | | -| test.cpp:299:7:299:28 | allocate | Taking the address of a banned function `std::scoped_allocator_adaptor<allocator<C1>>::allocate`. | |
82 | | -| test.cpp:302:7:302:30 | deallocate | Taking the address of a banned function `std::scoped_allocator_adaptor<allocator<C1>>::deallocate`. | |
83 | | -| test.cpp:309:13:309:41 | release | Taking the address of a banned function `std::unique_ptr<C1, default_delete<C1>>::release`. | |
84 | | -| test.cpp:312:7:312:37 | release | Taking the address of a banned function `std::unique_ptr<C1[], default_delete<C1[]>>::release`. | |
| 39 | +| test.cpp:165:7:165:17 | malloc | Taking the address of banned `malloc`. | |
| 40 | +| test.cpp:167:8:167:18 | malloc | Taking the address of banned `malloc`. | |
| 41 | +| test.cpp:169:7:169:14 | malloc | Taking the address of banned `malloc`. | |
| 42 | +| test.cpp:171:8:171:15 | malloc | Taking the address of banned `malloc`. | |
| 43 | +| test.cpp:174:7:174:17 | calloc | Taking the address of banned `calloc`. | |
| 44 | +| test.cpp:176:8:176:18 | calloc | Taking the address of banned `calloc`. | |
| 45 | +| test.cpp:179:7:179:18 | realloc | Taking the address of banned `realloc`. | |
| 46 | +| test.cpp:181:8:181:19 | realloc | Taking the address of banned `realloc`. | |
| 47 | +| test.cpp:184:7:184:24 | aligned_alloc | Taking the address of banned `aligned_alloc`. | |
| 48 | +| test.cpp:186:8:186:25 | aligned_alloc | Taking the address of banned `aligned_alloc`. | |
| 49 | +| test.cpp:189:7:189:15 | free | Taking the address of banned `free`. | |
| 50 | +| test.cpp:191:8:191:16 | free | Taking the address of banned `free`. | |
| 51 | +| test.cpp:193:7:193:12 | free | Taking the address of banned `free`. | |
| 52 | +| test.cpp:195:8:195:13 | free | Taking the address of banned `free`. | |
| 53 | +| test.cpp:202:7:202:21 | operator new | Taking the address of banned `operator new`. | |
| 54 | +| test.cpp:204:7:204:20 | operator new | Taking the address of banned `operator new`. | |
| 55 | +| test.cpp:206:7:206:23 | operator new[] | Taking the address of banned `operator new[]`. | |
| 56 | +| test.cpp:208:7:208:22 | operator new[] | Taking the address of banned `operator new[]`. | |
| 57 | +| test.cpp:211:7:211:21 | operator new | Taking the address of banned `operator new`. | |
| 58 | +| test.cpp:213:7:213:23 | operator new[] | Taking the address of banned `operator new[]`. | |
| 59 | +| test.cpp:218:7:218:24 | operator delete | Taking the address of banned `operator delete`. | |
| 60 | +| test.cpp:220:7:220:23 | operator delete | Taking the address of banned `operator delete`. | |
| 61 | +| test.cpp:222:7:222:26 | operator delete[] | Taking the address of banned `operator delete[]`. | |
| 62 | +| test.cpp:223:24:223:42 | operator delete[] | Taking the address of banned `operator delete[]`. | |
| 63 | +| test.cpp:227:7:227:24 | operator delete | Taking the address of banned `operator delete`. | |
| 64 | +| test.cpp:229:7:229:26 | operator delete[] | Taking the address of banned `operator delete[]`. | |
| 65 | +| test.cpp:233:7:233:24 | operator delete | Taking the address of banned `operator delete`. | |
| 66 | +| test.cpp:235:7:235:26 | operator delete[] | Taking the address of banned `operator delete[]`. | |
| 67 | +| test.cpp:243:13:243:41 | allocate | Taking the address of banned `std::allocator<C1>::allocate`. | |
| 68 | +| test.cpp:245:13:245:43 | deallocate | Taking the address of banned `std::allocator<C1>::deallocate`. | |
| 69 | +| test.cpp:251:7:251:23 | allocate | Taking the address of banned `std::allocator_traits<allocator<C1>>::allocate`. | |
| 70 | +| test.cpp:254:8:254:25 | deallocate | Taking the address of banned `std::allocator_traits<allocator<C1>>::deallocate`. | |
| 71 | +| test.cpp:258:13:258:48 | allocate | Taking the address of banned `std::pmr::memory_resource::allocate`. | |
| 72 | +| test.cpp:261:7:261:44 | deallocate | Taking the address of banned `std::pmr::memory_resource::deallocate`. | |
| 73 | +| test.cpp:265:13:266:19 | allocate | Taking the address of banned `std::pmr::polymorphic_allocator<C1>::allocate`. | |
| 74 | +| test.cpp:268:13:269:21 | deallocate | Taking the address of banned `std::pmr::polymorphic_allocator<C1>::deallocate`. | |
| 75 | +| test.cpp:273:13:274:24 | allocate | Taking the address of banned `std::pmr::memory_resource::allocate`. | |
| 76 | +| test.cpp:276:14:277:27 | deallocate | Taking the address of banned `std::pmr::memory_resource::deallocate`. | |
| 77 | +| test.cpp:281:14:282:25 | allocate | Taking the address of banned `std::pmr::memory_resource::allocate`. | |
| 78 | +| test.cpp:284:14:285:27 | deallocate | Taking the address of banned `std::pmr::memory_resource::deallocate`. | |
| 79 | +| test.cpp:289:14:290:25 | allocate | Taking the address of banned `std::pmr::memory_resource::allocate`. | |
| 80 | +| test.cpp:292:14:293:27 | deallocate | Taking the address of banned `std::pmr::memory_resource::deallocate`. | |
| 81 | +| test.cpp:299:7:299:28 | allocate | Taking the address of banned `std::scoped_allocator_adaptor<allocator<C1>>::allocate`. | |
| 82 | +| test.cpp:302:7:302:30 | deallocate | Taking the address of banned `std::scoped_allocator_adaptor<allocator<C1>>::deallocate`. | |
| 83 | +| test.cpp:309:13:309:41 | release | Taking the address of banned `std::unique_ptr<C1, default_delete<C1>>::release`. | |
| 84 | +| test.cpp:312:7:312:37 | release | Taking the address of banned `std::unique_ptr<C1[], default_delete<C1[]>>::release`. | |
0 commit comments