Re: clang 1.5 and property syntax?
Re: clang 1.5 and property syntax?
- Subject: Re: clang 1.5 and property syntax?
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 02 Sep 2010 10:12:29 -0700
On Sep 1, 2010, at 5:23 PM, Rick Mann wrote:
> For example, the following two lines are semantically equivalent, and work with gcc (and clang 2.0, I think):
>
> [mNoSelectionView setHidden: true];
> mNoSelectionView.hidden = true;
>
> But clang 1.5 reports: error: property 'hidden' not found on object of type 'NSView *'
>
> Is this a bug in clang?
It would appear to be, yes.
b.bum
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden