Skip to content
  1. Oct 15, 2008
  2. Oct 02, 2008
  3. Oct 01, 2008
  4. Sep 27, 2008
  5. Sep 26, 2008
  6. Sep 24, 2008
  7. Sep 23, 2008
  8. Sep 19, 2008
  9. Sep 18, 2008
  10. Sep 17, 2008
  11. Sep 04, 2008
  12. Sep 01, 2008
    • Ted Kremenek's avatar
      Tidy up sema processing of attribute "nonull": · c4f6d90b
      Ted Kremenek authored
      - warn about nonnull being applied to functions with no pointer arguments
      - continue processing argument list in the attribute when we encounter a non-pointer parameter being marked as nonnull
      - when no argument list is specified, only mark pointers as nonnull.  This fixes PR 2732 and radar 6188814.
      
      llvm-svn: 55610
      c4f6d90b
  13. Aug 16, 2008
  14. Aug 13, 2008
  15. Aug 07, 2008
  16. Aug 05, 2008
    • Daniel Dunbar's avatar
      Add EXTWARN Diagnostic class. · 81f7f290
      Daniel Dunbar authored
       - Like EXTENSION but always generates a warning (even without
         -pedantic).
       - Updated ptr -> int, int -> ptr, and incompatible cast warnings to
         be EXTWARN.
       - Other EXTENSION level diagnostics should be audited for upgrade.
       - Updated several test cases to fix code which produced unanticipated
         warnings.
      
      llvm-svn: 54335
      81f7f290
  17. Jul 31, 2008
  18. Jul 25, 2008
  19. Jul 24, 2008
  20. Jul 23, 2008
  21. Jul 22, 2008
  22. Jul 18, 2008
  23. Jul 16, 2008
  24. Jul 15, 2008
  25. Jul 12, 2008
    • Ted Kremenek's avatar
      Add new check: -check-objc-methodsigs. This check scans methods in · 3bfb314c
      Ted Kremenek authored
      ObjCImplementationDecls and sees if a ancestor class defines a method with the
      same selector but with a different type signature. Right now it just compares
      return types, and mainly looks at differences in primitive values. The checking
      will be expanded in the future.
      
      llvm-svn: 53482
      3bfb314c
  26. Jul 09, 2008
  27. Jul 04, 2008
Loading