• 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
Static analyser less rigorous nowadays?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Static analyser less rigorous nowadays?


  • Subject: Static analyser less rigorous nowadays?
  • From: steven hooley <email@hidden>
  • Date: Fri, 09 Dec 2011 11:57:03 +0000
  • Importance: Normal

Is my memory playing tricks or would the following once have produced a complaint or at least a whinge from Clang?

- (void)foo:(NSString *)bar {

  [bar release];

  [bar release];

  [bar release];

  [bar release];

  id boo = bar;

  [boo release];

  [boo release];

  [boo release];

  [boo release];    

}

 _______________________________________________
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: Static analyser less rigorous nowadays?
      • From: Martin Wierschin <email@hidden>
  • Prev by Date: Re: Xcode 4.2 in 10.6.8 and SVN auth
  • Next by Date: Re: Clean command fail
  • Previous by thread: Re: Clean command fail
  • Next by thread: Re: Static analyser less rigorous nowadays?
  • Index(es):
    • Date
    • Thread