Skip to content
  1. Nov 04, 2008
  2. Nov 03, 2008
  3. Nov 02, 2008
  4. Oct 31, 2008
  5. Oct 30, 2008
  6. Oct 29, 2008
    • Zhongxing Xu's avatar
      Add notes for SCA. · 9c15820e
      Zhongxing Xu authored
      llvm-svn: 58373
      9c15820e
    • 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
Loading