[cfe-dev] Clang assertion while trying to compile simple Obj-C code
Jean-Daniel Dupas
devlists at shadowlab.org
Mon Dec 19 16:47:30 PST 2011
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
----------
Thanks
-- Jean-Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111220/e797a549/attachment.html>
More information about the cfe-dev
mailing list