| 474 | #ifdef __clang__ |
| 475 | |
| 476 | IGNORE_TEST(MemoryLeakWarningThreadSafe, turnOnThreadSafeNewDeleteOverloads) |
| 477 | { |
| 478 | /* Clang misbehaves with -O2 - it will not overload operator new or |
| 479 | * operator new[] no matter what. Therefore, this test is must be ignored. |
| 480 | */ |
| 481 | } |
| 482 | |
| 483 | #else |
| 484 |
nothing calls this directly
no outgoing calls
no test coverage detected