|
|
| Bugzilla Link |
3792 |
| Resolution |
FIXED |
| Resolved on |
Feb 22, 2010 12:46 |
| Version |
unspecified |
| OS |
MacOS X |
| Reporter |
LLVM Bugzilla Contributor |
Extended Description
clang fails with an "unsupported" error on this code:
- (BOOL) isReal
{
return super.isReal;
}
(sorry I don't have the exact error wording anymore)