1. da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 14 years ago
  2. 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 14 years ago
  3. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  4. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
  5. 41aadbc Improve diagnostics when property names an object type of by Fariborz Jahanian · 14 years ago
  6. b1224f6 Warn if method for a deprecated method is implemented. by Fariborz Jahanian · 14 years ago
  7. d61df3d Put "incomplete implementation" warning under a flag. by Ted Kremenek · 14 years ago
  8. d263fd1 Fix a block sema bug where result type of initializer by Fariborz Jahanian · 14 years ago
  9. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 14 years ago
  10. 1e52dfc Support for objextive-c++ use of property-dot syntax as receiver by Fariborz Jahanian · 14 years ago
  11. 8348de3 Support for objc use of property-dot syntax as receiver by Fariborz Jahanian · 14 years ago
  12. 1b52844 Move uninitialized variable checking back under -Wuninitialized-experimental. It is clear from user feedback that this warning is not quite ready. by Ted Kremenek · 14 years ago
  13. 1e99a77 Restore a test which I accientally overwrote in my last patch. by Fariborz Jahanian · 14 years ago
  14. 8b78913 -Wselector should warn on implemented selectors only by Fariborz Jahanian · 14 years ago
  15. 4ee2bb1 Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to anything but a instance method to a warning. by Ted Kremenek · 14 years ago
  16. 609e317 Based on user feedback, swap -Wuninitialized diagnostics to have the warning refer to the bad use, and the note to the variable declaration. by Ted Kremenek · 14 years ago
  17. 293a45e Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! by Argyrios Kyrtzidis · 14 years ago
  18. 94659e4 Add -Wcustom-atomic-properties which warns if an atomic-by-default property has custom getter or setter. by Argyrios Kyrtzidis · 14 years ago
  19. 1ea800c Teach -Wuninitialized about ObjC fast enumeration loops. by Ted Kremenek · 14 years ago
  20. d0fbadd Tweak the rule for deciding if a provisional ivar is needed by Fariborz Jahanian · 14 years ago
  21. d6b8de0 Change the wording of the bad-decl-for-attribute warning and error by John McCall · 14 years ago
  22. e00909a Tweak diagnostic: by Ted Kremenek · 14 years ago
  23. c32bb2a Add test case for <rdar://problem/8891119>. In by Ted Kremenek · 14 years ago
  24. 2b77cb8 Don't warn on missing 'copy' attribute on a 'block' by Fariborz Jahanian · 14 years ago
  25. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  26. e776f88 Guard lazy synthesis of provisional ivars under the new by Fariborz Jahanian · 14 years ago
  27. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  28. 99130e5 Complain on missing property getter method only by Fariborz Jahanian · 14 years ago
  29. 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
  30. dd4430e Warn when synthesizing a property which is by Fariborz Jahanian · 14 years ago
  31. 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
  32. 7504966 ivars craeted for explicit @synthesize and those by Fariborz Jahanian · 14 years ago
  33. c78f684 Enhance my implementation of //rdar ://8747333 in r121597 to allow by Fariborz Jahanian · 14 years ago
  34. 88f5e9b Any property declared in a class extension might have user by Fariborz Jahanian · 14 years ago
  35. ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
  36. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
  37. a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
  38. 2600503 When unknown method is sent to a receiver of by Fariborz Jahanian · 14 years ago
  39. d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
  40. de26760 Warn if direct accessing synthesized ivar backing the property in by Fariborz Jahanian · 14 years ago
  41. 2a28914 Check for duplicate declaration of a property in current and by Fariborz Jahanian · 14 years ago
  42. 5de74d1 Propagate the deprecated and unavailable attributes from a by John McCall · 14 years ago
  43. ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
  44. 9d21944 Remove this test for now. by Fariborz Jahanian · 14 years ago
  45. 24fce28 Remove space from rdar URIs. by Fariborz Jahanian · 14 years ago
  46. ed171b8 Provide a precise builtin declaration for objc_msgSend by Fariborz Jahanian · 14 years ago
  47. de5b17e Restore patch for PR8453 which was undone in r117829 (was project bugs). by Fariborz Jahanian · 14 years ago
  48. 2e8994e Revert r117678, "Qualified 'id' should implement all of static class type's", it breaks things. by Daniel Dunbar · 14 years ago
  49. 61c8d3e Improve diagnostics reporting of un-implemented by Fariborz Jahanian · 14 years ago
  50. 0483dce Qualified 'id' should implement all of static class type's by Fariborz Jahanian · 14 years ago
  51. 10302c0 Implement the newest status quo for method override checking. The idea now by John McCall · 14 years ago
  52. 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 14 years ago
  53. 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
  54. 788f489 Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original by Ted Kremenek · 14 years ago
  55. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  56. 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
  57. 43e1b46 Fixes a bug in ivar lookup in the new objc's default by Fariborz Jahanian · 14 years ago
  58. 6eaac8b When performing typo correction, keep track of whether the last lookup by Douglas Gregor · 14 years ago
  59. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  60. f2ad2c9 This patch does a few things in the area of objective-c by Fariborz Jahanian · 14 years ago
  61. 258bcbc Rename test name. by Fariborz Jahanian · 14 years ago
  62. f54e3ae Method implemented in class's implementation may implement by Fariborz Jahanian · 14 years ago
  63. bdaae39 Method declaration and its implementation must match in all their types. by Fariborz Jahanian · 14 years ago
  64. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  65. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  66. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  67. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  68. 200b292 When we run into an error parsing or type-checking the left-hand side by Douglas Gregor · 14 years ago
  69. 23c0104 Diagnose use of incomplete type on method argument type of by Fariborz Jahanian · 14 years ago
  70. dd5fa7a fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointers by Chris Lattner · 14 years ago
  71. 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
  72. 757b77a Test removed. by Fariborz Jahanian · 14 years ago
  73. d187795 Fix a crash when overloading id with objc_object*. Radar 8400356. by Fariborz Jahanian · 14 years ago
  74. d7e52b8 "const id<NSFoo> *" instead of "id<NSFoo> const *". by Chris Lattner · 14 years ago
  75. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  76. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  77. f65086b when emitting an error about a missing } in a compound statement, emit by Chris Lattner · 14 years ago
  78. 0f93758 Fix typo in error message and testcase. by Eric Christopher · 14 years ago
  79. 95f1b86 No need to default synthesize property if implementation by Fariborz Jahanian · 14 years ago
  80. cdaa6a8 Fix a bug in nonfragile-abi2 when attempting to diagnose by Fariborz Jahanian · 14 years ago
  81. 1b72fa7 Diagnose if type of iboutletcollection attribute is a builtin type. by Fariborz Jahanian · 14 years ago
  82. 3a3400b Diagnose use of iboutletcollection on ivar/property by Fariborz Jahanian · 14 years ago
  83. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
  84. 57dae1a Diagnose assiging to an interface object in by Fariborz Jahanian · 14 years ago
  85. f759b4d When issuing warning for future conflict resolution, by Fariborz Jahanian · 14 years ago
  86. 192b146 Fixes block type matching bug. Radar 8302845. by Fariborz Jahanian · 14 years ago
  87. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
  88. 741c362 Change text of diagnostics on user request. radar 7948654. by Fariborz Jahanian · 14 years ago
  89. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 14 years ago
  90. ba55198 Fix a spurious warning when message sent to qualified-id type receiver (pr7861). by Fariborz Jahanian · 14 years ago
  91. 6b308f6 Implements gcc's -Wstrict-selector-match. (radar 8127244). by Fariborz Jahanian · 14 years ago
  92. d1909bb Warn if class object does not implement qualified by Fariborz Jahanian · 14 years ago
  93. 59c451e Fix an Objective-C crasher, PR7839. by Douglas Gregor · 14 years ago
  94. 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 14 years ago
  95. 2d6c906 Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. by Ted Kremenek · 14 years ago
  96. b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 14 years ago
  97. 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 14 years ago
  98. 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 14 years ago
  99. a8f8dac Patch to type match comparing Objective-C Classes which implement by Fariborz Jahanian · 14 years ago
  100. 84ef4b2 Categories cannot synthesize property ivars, and a minor cleanup. by Fariborz Jahanian · 14 years ago