Skip to content
  1. Nov 04, 2008
  2. Oct 30, 2008
  3. Oct 29, 2008
    • Ted Kremenek's avatar
      Patch by Nikita Zhuk: · 3f04949b
      Ted Kremenek authored
      The attached patch adds additional checks to -warn-objc-missing-dealloc. It checks that all ivars which are used in implementation of synthesized properties are either
      
      a) released in dealloc if the property has retain" or "copy" attribute OR
      b) not released in dealloc if the property has "assign" attribute
      
      llvm-svn: 58363
      3f04949b
  4. Aug 10, 2008
  5. Jul 25, 2008
  6. Jul 24, 2008
  7. Jul 16, 2008
  8. Jul 14, 2008
  9. Jul 11, 2008
  10. Jul 07, 2008
  11. Jul 03, 2008
Loading