[PATCH] D12023: Test triangle inheritance member poisoning

Naomi Musgrave via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 15:09:08 PDT 2015


nmusgrave updated this revision to Diff 32870.
nmusgrave added a comment.

- Test poisoning on multiple inheritance with nontrivial and trivial members.

Verify that sanitization on member-by-member basis correctly poisons
trivial members, and skips nontrivial members.


http://reviews.llvm.org/D12023

Files:
  test/msan/dtor-derived-class.cc
  test/msan/dtor-multiple-inheritance-trivial-class-members.cc
  test/msan/dtor-multiple-inheritance.cc
  test/msan/dtor-trivial-class-members.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12023.32870.patch
Type: text/x-patch
Size: 12878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150821/3182efd6/attachment.bin>


More information about the llvm-commits mailing list