• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: clang 1.5 and property syntax?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: clang 1.5 and property syntax?
      • From: Rick Mann <email@hidden>
References: 
 >clang 1.5 and property syntax? (From: Rick Mann <email@hidden>)

  • Prev by Date: Strange structure alignment problem with armv6 but not armv7
  • Next by Date: Comment a block
  • Previous by thread: clang 1.5 and property syntax?
  • Next by thread: Re: clang 1.5 and property syntax?
  • Index(es):
    • Date
    • Thread