http://llvm.org/bugs/show_bug.cgi?id=21932
Bug ID: 21932
Summary: Crash-on-invalid in Objective-C super property access
with missing interface
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 13551
--> http://llvm.org/bugs/attachment.cgi?id=13551&action=edit
proposed fix
The following crashes clang:
@implementation IFaceNotFound (Foo)
-(int) foo {
return super.foo;
}
@end
The attached patch fixes the crash and adds a new test case. I would have sent
directly to cfe-commits but it looks like the mailing list is down.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs