Files
codeql/cpp/ql/test/successor-tests/deleteexpr/allocators/calls.expected
2018-08-02 17:53:23 +01:00

5 lines
216 B
Plaintext

| allocators.cpp:16:14:16:36 | call to Foo | 2 |
| allocators.cpp:16:14:16:36 | call to operator new | 3 |
| allocators.cpp:17:3:17:12 | call to operator delete | 0 |
| allocators.cpp:17:3:17:12 | call to ~Foo | 0 |