Skip to content
  • 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