[llvm-commits] [test-suite] r121987 - /test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Dec 16 16:27:58 PST 2010


On Dec 16, 2010, at 10:20 AM, Fariborz Jahanian wrote:

> Author: fjahanian
> Date: Thu Dec 16 12:20:44 2010
> New Revision: 121987
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=121987&view=rev
> Log:
> Another useful test case for imported c++ objects
> into blocks. // rdar://8768050
> 
> 
> Added:
>    test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp
> 
> Added: test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp
> URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp?rev=121987&view=auto
> ==============================================================================
> --- test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp (added)
> +++ test-suite/trunk/SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp Thu Dec 16 12:20:44 2010
> @@ -0,0 +1,54 @@
> +#if defined(__BLOCKS__) && defined(__clang__)
> +// rdar://8768050
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <Block.h>
> +#include <auto_zone.h>

Hi Fariborz,

My Mac OS X 10.6.5 doesn't have an auto_zone.h anywhere.

/jakob

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101216/56f68cd1/attachment.bin>


More information about the llvm-commits mailing list