1. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
  2. a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
  3. 2600503 When unknown method is sent to a receiver of by Fariborz Jahanian · 14 years ago
  4. d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
  5. de26760 Warn if direct accessing synthesized ivar backing the property in by Fariborz Jahanian · 14 years ago
  6. 2a28914 Check for duplicate declaration of a property in current and by Fariborz Jahanian · 14 years ago
  7. 5de74d1 Propagate the deprecated and unavailable attributes from a by John McCall · 14 years ago
  8. ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
  9. 9d21944 Remove this test for now. by Fariborz Jahanian · 14 years ago
  10. 24fce28 Remove space from rdar URIs. by Fariborz Jahanian · 14 years ago
  11. ed171b8 Provide a precise builtin declaration for objc_msgSend by Fariborz Jahanian · 14 years ago
  12. de5b17e Restore patch for PR8453 which was undone in r117829 (was project bugs). by Fariborz Jahanian · 14 years ago
  13. 2e8994e Revert r117678, "Qualified 'id' should implement all of static class type's", it breaks things. by Daniel Dunbar · 14 years ago
  14. 61c8d3e Improve diagnostics reporting of un-implemented by Fariborz Jahanian · 14 years ago
  15. 0483dce Qualified 'id' should implement all of static class type's by Fariborz Jahanian · 14 years ago
  16. 10302c0 Implement the newest status quo for method override checking. The idea now by John McCall · 14 years ago
  17. 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 14 years ago
  18. e8a2d4c Only warn for mismatched types in Objective-C methods when they are incompatible, not when they are simply different. Now we test whether the difference in types breaks the principle of substitutability, rather than whether they are different. by David Chisnall · 14 years ago
  19. 788f489 Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original by Ted Kremenek · 14 years ago
  20. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  21. 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
  22. 43e1b46 Fixes a bug in ivar lookup in the new objc's default by Fariborz Jahanian · 14 years ago
  23. 6eaac8b When performing typo correction, keep track of whether the last lookup by Douglas Gregor · 14 years ago
  24. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  25. f2ad2c9 This patch does a few things in the area of objective-c by Fariborz Jahanian · 14 years ago
  26. 258bcbc Rename test name. by Fariborz Jahanian · 14 years ago
  27. f54e3ae Method implemented in class's implementation may implement by Fariborz Jahanian · 14 years ago
  28. bdaae39 Method declaration and its implementation must match in all their types. by Fariborz Jahanian · 14 years ago
  29. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  30. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  31. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  32. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  33. 200b292 When we run into an error parsing or type-checking the left-hand side by Douglas Gregor · 14 years ago
  34. 23c0104 Diagnose use of incomplete type on method argument type of by Fariborz Jahanian · 14 years ago
  35. dd5fa7a fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointers by Chris Lattner · 14 years ago
  36. 1db5d14 Relax __attribute_((nonnull)) checking to allow the attribute on functions with no pointer arguments. GCC doesn't warn by Ted Kremenek · 14 years ago
  37. 757b77a Test removed. by Fariborz Jahanian · 14 years ago
  38. d187795 Fix a crash when overloading id with objc_object*. Radar 8400356. by Fariborz Jahanian · 14 years ago
  39. d7e52b8 "const id<NSFoo> *" instead of "id<NSFoo> const *". by Chris Lattner · 14 years ago
  40. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  41. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  42. f65086b when emitting an error about a missing } in a compound statement, emit by Chris Lattner · 14 years ago
  43. 0f93758 Fix typo in error message and testcase. by Eric Christopher · 15 years ago
  44. 95f1b86 No need to default synthesize property if implementation by Fariborz Jahanian · 15 years ago
  45. cdaa6a8 Fix a bug in nonfragile-abi2 when attempting to diagnose by Fariborz Jahanian · 15 years ago
  46. 1b72fa7 Diagnose if type of iboutletcollection attribute is a builtin type. by Fariborz Jahanian · 15 years ago
  47. 3a3400b Diagnose use of iboutletcollection on ivar/property by Fariborz Jahanian · 15 years ago
  48. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 15 years ago
  49. 57dae1a Diagnose assiging to an interface object in by Fariborz Jahanian · 15 years ago
  50. f759b4d When issuing warning for future conflict resolution, by Fariborz Jahanian · 15 years ago
  51. 192b146 Fixes block type matching bug. Radar 8302845. by Fariborz Jahanian · 15 years ago
  52. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 15 years ago
  53. 741c362 Change text of diagnostics on user request. radar 7948654. by Fariborz Jahanian · 15 years ago
  54. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 15 years ago
  55. ba55198 Fix a spurious warning when message sent to qualified-id type receiver (pr7861). by Fariborz Jahanian · 15 years ago
  56. 6b308f6 Implements gcc's -Wstrict-selector-match. (radar 8127244). by Fariborz Jahanian · 15 years ago
  57. d1909bb Warn if class object does not implement qualified by Fariborz Jahanian · 15 years ago
  58. 59c451e Fix an Objective-C crasher, PR7839. by Douglas Gregor · 15 years ago
  59. 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 15 years ago
  60. 2d6c906 Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. by Ted Kremenek · 15 years ago
  61. b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 15 years ago
  62. 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 15 years ago
  63. 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 15 years ago
  64. a8f8dac Patch to type match comparing Objective-C Classes which implement by Fariborz Jahanian · 15 years ago
  65. 84ef4b2 Categories cannot synthesize property ivars, and a minor cleanup. by Fariborz Jahanian · 15 years ago
  66. af6c314 Another test case for on demand synthesis of ivars. by Fariborz Jahanian · 15 years ago
  67. ad51e74 Patch to synthesize property ivars on demand as by Fariborz Jahanian · 15 years ago
  68. d3635b9 Don't error when doing default property synthesis by Fariborz Jahanian · 15 years ago
  69. 9ccd725 Consider obective-c pointer arguments as valid sentinel args by Fariborz Jahanian · 15 years ago
  70. ae415dc Check on property attributes which are declared by Fariborz Jahanian · 15 years ago
  71. e10c67f Add test case for <rdar://problem/4289832>. Clang actuallys gets by Ted Kremenek · 15 years ago
  72. cfa6a27 This patch fixes a bug whereby, clang skipped by Fariborz Jahanian · 15 years ago
  73. 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 15 years ago
  74. 13927a4 Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. by Ted Kremenek · 15 years ago
  75. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 15 years ago
  76. 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 15 years ago
  77. bf1ee34 These test now run in objective-c++ mode we well. by Fariborz Jahanian · 15 years ago
  78. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
  79. 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 15 years ago
  80. 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 15 years ago
  81. 9d84632 Properties cannot be synthesized by-dafult in by Fariborz Jahanian · 15 years ago
  82. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 15 years ago
  83. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
  84. 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 15 years ago
  85. ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 15 years ago
  86. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 15 years ago
  87. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
  88. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
  89. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 15 years ago
  90. 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 15 years ago
  91. b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 15 years ago
  92. d7174f2 More tests for Objective-C-related name lookup weirdness. Yes, it's by Douglas Gregor · 15 years ago
  93. 422bae7 Allow the 'ibaction' attribute to be attached to method declarations (and not issue a warning). by Ted Kremenek · 15 years ago
  94. c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 15 years ago
  95. 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 15 years ago
  96. 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 15 years ago
  97. 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 15 years ago
  98. 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 15 years ago
  99. a823d6a fix a rejects-valid bug that I introduced, pointed out by David Chisnall by Chris Lattner · 15 years ago
  100. 236beab fix a rejects-valid testcase involving super that I dreamt up. by Chris Lattner · 15 years ago