Skip to content
  1. Nov 02, 2008
  2. Oct 31, 2008
  3. Oct 30, 2008
  4. 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
    • Ted Kremenek's avatar
      IOServiceGetMatchingServices is a release function. · 3700b762
      Ted Kremenek authored
      llvm-svn: 58362
      3700b762
    • Zhongxing Xu's avatar
      Rename: AddDecl => BindDecl · 628ae879
      Zhongxing Xu authored
      BindDecl better describes what the function does:
        - Bind the VarDecl to its memory region
        - Bind the memory region to some initial value.
      
      llvm-svn: 58359
      628ae879
  5. Oct 28, 2008
Loading