Skip to content

in Objective-C, clang doesn't support super.property #4164

@llvmbot

Description

@llvmbot
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions