Skip to content
  1. Dec 16, 2011
  2. Dec 15, 2011
    • Douglas Gregor's avatar
      Keep track of all declarations of an Objective-C class (both forward · dc9166c8
      Douglas Gregor authored
      declarations and definitions) as ObjCInterfaceDecls within the same
      redeclaration chain. This new representation matches what we do for
      C/C++ variables/functions/classes/templates/etc., and makes it
      possible to answer the query "where are all of the declarations of
      this class?"
      
      llvm-svn: 146679
      dc9166c8
    • Fariborz Jahanian's avatar
      objc: do not auto synthesize properties declared in · 9e49b6a6
      Fariborz Jahanian authored
      protocols; with a warning. // rdar://10567333
      
      llvm-svn: 146626
      9e49b6a6
    • Douglas Gregor's avatar
      In debugger support mode, if we have a top-level message send · 95715f9e
      Douglas Gregor authored
      expression with an unknown result type, assume that the result type is
      'id'. Fixes <rdar://problem/10400663>.
      
      llvm-svn: 146622
      95715f9e
    • Richard Trieu's avatar
      Modify how the -verify flag works. Currently, the verification string and · 553b2b2e
      Richard Trieu authored
      diagnostic message are compared.  If either is a substring of the other, then
      no error is given.  This gives rise to an unexpected case:
      
        // expect-error{{candidate function has different number of parameters}}
      
      will match the following error messages from Clang:
      
        candidate function has different number of parameters (expected 1 but has 2)
        candidate function has different number of parameters
      
      It will also match these other error messages:
      
        candidate function
        function has different number of parameters
        number of parameters
      
      This patch will change so that the verification string must be a substring of
      the diagnostic message before accepting.  Also, all the failing tests from this
      change have been corrected.  Some stats from this cleanup:
      
      87 - removed extra spaces around verification strings
      70 - wording updates to diagnostics
      40 - extra leading or trailing characters (typos, unmatched parens or quotes)
      35 - diagnostic level was included (error:, warning:, or note:)
      18 - flag name put in the warning (-Wprotocol)
      
      llvm-svn: 146619
      553b2b2e
  3. Dec 13, 2011
  4. Dec 09, 2011
  5. Dec 07, 2011
  6. Dec 06, 2011
  7. Dec 01, 2011
  8. Nov 29, 2011
  9. Nov 28, 2011
  10. Nov 14, 2011
  11. Nov 13, 2011
  12. Nov 09, 2011
  13. Nov 08, 2011
  14. Nov 07, 2011
  15. Nov 04, 2011
  16. Nov 02, 2011
  17. Nov 01, 2011
  18. Oct 31, 2011
  19. Oct 29, 2011
  20. Oct 28, 2011
  21. Oct 27, 2011
  22. Oct 25, 2011
  23. Oct 22, 2011
  24. Oct 21, 2011
  25. Oct 19, 2011
Loading