[cfe-dev] Clang assertion while trying to compile simple Obj-C code

Douglas Gregor dgregor at apple.com
Tue Dec 20 08:00:18 PST 2011


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.

	- Doug

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111220/76033d58/attachment.html>


More information about the cfe-dev mailing list