Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
can you merge FreeBSD case into the Linux case?
Just remove the '[]' in the end, then Linux and FreeBSD cases will be the same
Comment Actions
Just remove the '[]' in the end, then Linux and FreeBSD cases will be the same
Perhaps operator new{{ ?}}[] ?
Comment Actions
I'd suggest to go further and merge all the CHECK-%os lines together. That is, use {{(operator new( )?[])|(wrap__ZdaPv)}}.
This test case is already buggy: FileCheck is invoked with --check-prefix=CHECK-%os, which means that lines
// CHECK-NOT: #1 0x{{.*}} // CHECK: SUMMARY: AddressSanitizer: heap-use-after-free
are ignored.