Skip to content
  1. Dec 08, 2008
  2. Nov 24, 2008
    • Chris Lattner's avatar
      Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of · f3d3faec
      Chris Lattner authored
      uses of getName() with uses of getDeclName().  This upgrades a bunch of
      diags to take DeclNames instead of std::strings.
      
      This also tweaks a couple of diagnostics to be cleaner and changes
      CheckInitializerTypes/PerformInitializationByConstructor to pass
      around DeclarationNames instead of std::strings.
      
      llvm-svn: 59947
      f3d3faec
  3. Nov 22, 2008
  4. Nov 04, 2008
  5. Oct 30, 2008
  6. 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
  7. Aug 10, 2008
  8. Jul 25, 2008
  9. Jul 24, 2008
  10. Jul 16, 2008
  11. Jul 14, 2008
  12. Jul 11, 2008
  13. Jul 07, 2008
  14. Jul 03, 2008
Loading