Skip to content
  1. Nov 10, 2009
  2. Nov 08, 2009
    • Daniel Dunbar's avatar
      Eliminate &&s in tests. · 8b576979
      Daniel Dunbar authored
       - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
      
      llvm-svn: 86430
      8b576979
  3. Nov 06, 2009
    • Fariborz Jahanian's avatar
      Since default writable attribute is 'assign', allow · 3600f41a
      Fariborz Jahanian authored
      specification of 'assign' (no warning to be issued),
      when a continuation class makes a 'readonly' attribute
      'readwrite' but also specifies the 'assign' attribute.
      (this matches gcc's behavior and prevents exessive 
       warnings)/
      
      llvm-svn: 86297
      3600f41a
  4. Nov 03, 2009
  5. Nov 02, 2009
  6. Oct 30, 2009
  7. Oct 28, 2009
  8. Oct 27, 2009
  9. Oct 20, 2009
  10. Sep 29, 2009
  11. Sep 22, 2009
  12. Sep 17, 2009
  13. Sep 15, 2009
  14. Sep 14, 2009
  15. Sep 03, 2009
    • Fariborz Jahanian's avatar
      This patch does the following. · f15d4b60
      Fariborz Jahanian authored
      1) Issue digsnostics in non-fragile ABI, when an expression
         evaluates to an interface type (except when it is used to
         access a non-fragile ivar).
      2) Issue unsupported error in fragile ABI when an expression
         evaluates to an interface type (except when it is used to
         access a fragile ivar).
      
      llvm-svn: 80860
      f15d4b60
  16. Sep 02, 2009
  17. Aug 28, 2009
  18. Aug 23, 2009
  19. Aug 22, 2009
  20. Aug 17, 2009
  21. Aug 16, 2009
    • Chris Lattner's avatar
      Improve the diagnostic emitted when an unused ObjC property getter · 2ba5ca9d
      Chris Lattner authored
      is found.  Instead of complaining about a generic "unused expr",
      emit:
      t.m:7:3: warning: property access result unused - getters should not have side effects
      
      While objc property getters *could* have side effects, according to
      the language best practices, they *shouldn't*.  Hopefully the
      diagnostic now gets this across.
      
      llvm-svn: 79192
      2ba5ca9d
  22. Aug 15, 2009
  23. Aug 14, 2009
  24. Aug 12, 2009
  25. Aug 11, 2009
  26. Aug 08, 2009
  27. Aug 04, 2009
Loading