[PATCH] Test that an ObjC property of type void at least doesn't crash

Scott Talbot s at chikachow.org
Mon Jan 13 02:23:14 PST 2014


Since LLVM r187963, clang has crashed when producing DWARF debug info for an ObjC property of type void.
This testcase simply checks that that doesn't happen, I have a fix for LLVM separate to this.

-Scott

---
test/CodeGenObjC/property-type-void.m | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 test/CodeGenObjC/property-type-void.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Test-that-an-ObjC-property-of-type-void-at-least-doe.patch
Type: text/x-patch
Size: 416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140113/c9fa8e36/attachment.bin>


More information about the cfe-commits mailing list