[cfe-dev] Clang assertion while trying to compile simple Obj-C code
Jean-Daniel Dupas
devlists at shadowlab.org
Tue Dec 20 10:25:37 PST 2011
Le 20 déc. 2011 à 17:00, Douglas Gregor a écrit :
>
> On Dec 19, 2011, at 4:47 PM, Jean-Daniel Dupas wrote:
>
>> Hello,
>>
>> After recent changes with ObjC Interface Decl handling, compiling the simple following code trigger an assertion and crash clang (see pr11613).
>>
>> Can someone have a look at this ? This is a very annoying bug for those who like to play with clang TOT :-(
>>
>> ------------- Foo.m
>> @interface Foo
>> @end
>>
>> @class Foo;
>>
>> @implementation Foo
>> @end
>>
>
> Fixed in Clang r146976.
Thank you :-)
-- Jean-Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111220/92a635db/attachment.html>
More information about the cfe-dev
mailing list