1. 5b76f37 [ARC] Allow forming 'id*' in an unevaluated context. Fixes rdar://10148540. by Argyrios Kyrtzidis · 13 years ago
  2. 1d4e8e9 objc - Treat type of 'self' in class methods as root of by Fariborz Jahanian · 13 years ago
  3. 898f284 objc: Don't crash with decl context for property impl. by Fariborz Jahanian · 13 years ago
  4. 412a496 reverse patch in r139818 to focus on 'self' instead of 'Class'. by Fariborz Jahanian · 13 years ago
  5. 7d7ef82 Objective-c: Conversion from type Class to any root class type is allowed by Fariborz Jahanian · 13 years ago
  6. 528a499 objc-arc: warn when a 'retain' block property is by Fariborz Jahanian · 13 years ago
  7. 4f4f349 Show either a location or a fixit note, not both, for uninitialized variable warnings. by David Blaikie · 13 years ago
  8. b332109 Fix a diagnostics crasher with -Wmissing-noreturn in Objective-C by Douglas Gregor · 13 years ago
  9. 69ff26b The integer type of an enumeration type isn't always canonical by Douglas Gregor · 13 years ago
  10. 5471bc8 Allow C++0x enumerations with a fixed underlying type in by Douglas Gregor · 13 years ago
  11. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  12. edc0882 objc-gc: More sema work for properties declared 'weak' by Fariborz Jahanian · 13 years ago
  13. 3269197 Test for default property synthesis. by Fariborz Jahanian · 13 years ago
  14. 8697d30 objective-c: this patch (re)introduces objective-c's default property by Fariborz Jahanian · 13 years ago
  15. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  16. b0656ec Improve the diagnostic text for -Wmissing-noreturn to include the name by Chandler Carruth · 13 years ago
  17. e8cff36 objc - fixes a regression in declaring c decls nested in by Fariborz Jahanian · 13 years ago
  18. 27f0776 Do not warn about [super finalize] in arc mode. by Nico Weber · 13 years ago
  19. 80cb6e6 Warn on missing [super finalize] calls. by Nico Weber · 13 years ago
  20. b860739 objective-c - Make warning on unimplemented protocols point by Fariborz Jahanian · 13 years ago
  21. 9414449 objc-arc: Mention property's attribute by name when by Fariborz Jahanian · 13 years ago
  22. 8c7e67d Don't warn on category implementing a method, if by Fariborz Jahanian · 13 years ago
  23. cc075e4 objc - fix up the builtin type for objc_assign_ivar. // rdar://9362887. by Fariborz Jahanian · 13 years ago
  24. 4eb14ca Do not perform check for missing '[super dealloc]' under ARC as calling -dealloc is illegal in that mode. by Ted Kremenek · 13 years ago
  25. 9a1ecf0 Warn on missing [super dealloc] calls. by Nico Weber · 13 years ago
  26. a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 13 years ago
  27. bc03aea objc-arc: @property definitions should default to (strong) when not by Fariborz Jahanian · 13 years ago
  28. ddddd48 De-Unicode-ify. by NAKAMURA Takumi · 13 years ago
  29. 730cfb1 objective-c: Using existing infrastructure for finding by Fariborz Jahanian · 13 years ago
  30. 2112190 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
  31. a8e0cd8 Do l-value conversion, etc., on a switch condition expression in by John McCall · 13 years ago
  32. 270ba59 Revert 136984 and 136927. by Ted Kremenek · 13 years ago
  33. c25175c Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail and mark it XFAIL. This is a stop gap until the output of the test is deterministic. by Ted Kremenek · 13 years ago
  34. 6a3bec3 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
  35. 7413307 objective-c: Methods declared in methods must type match by Fariborz Jahanian · 13 years ago
  36. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
  37. 4eb7522 When complaining about a non-POD second argument to va_arg, use a by Douglas Gregor · 13 years ago
  38. fefe91e objective-c: warn if implementation of a method in category by Fariborz Jahanian · 13 years ago
  39. 6722155 Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). by Anna Zaks · 13 years ago
  40. 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 13 years ago
  41. 473506b In ARC we emit an error when compiling: by Argyrios Kyrtzidis · 13 years ago
  42. eee3ef1 objc: clang should warn if redeclaration of methods by Fariborz Jahanian · 13 years ago
  43. 527eec8 objective-c: Any use of @synthesize or @dynamic lexically after a method (or C function) implementation by Fariborz Jahanian · 13 years ago
  44. aab24a6 objc - Diagnose missing method return type specifier under by Fariborz Jahanian · 13 years ago
  45. 4c91d89 With -Wselector, don't warn about unimplemented optional method by Fariborz Jahanian · 13 years ago
  46. 48218c6 In debugger mode, make ObjC message sends to unknown selectors return by John McCall · 13 years ago
  47. 8beb6a2 objc++: Some level of covariance is allowed in ObjC properties. by Fariborz Jahanian · 13 years ago
  48. f96e904 In ARC mode, consider Objective-C lifetime types (object pointers and by Douglas Gregor · 13 years ago
  49. 98a5403 Fix a bug where a local variable named 'self' is causing by Fariborz Jahanian · 13 years ago
  50. 0a68dc7 [ARC] Complain about property without storage attribute when @synthesizing it, not at its declaration. by Argyrios Kyrtzidis · 13 years ago
  51. 4e7c7f2 objc-arc: Diagnose when captured variable in block literals by Fariborz Jahanian · 13 years ago
  52. 82007c3 objc++-arc: more diagnosis of converting a weak-unavailable by Fariborz Jahanian · 13 years ago
  53. 04e5a25 objc-arc: diagnose assignment/cast of a weak-unavailable by Fariborz Jahanian · 13 years ago
  54. 742352a objc-arc: Support objc_arc_weak_unavailable on those by Fariborz Jahanian · 13 years ago
  55. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  56. 9670e17 objc-arc: enforce performSelector rules in rejecting retaining selectors by Fariborz Jahanian · 13 years ago
  57. 05d4876 Fix the warning that is emitted when an ownership attribute is applied incorrectly. by Argyrios Kyrtzidis · 13 years ago
  58. 0a85183 [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  59. d6a4d18 Revert r133024, "[format strings] correctly suggest correct type for '%@' by Daniel Dunbar · 13 years ago
  60. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  61. c03fa49 ARC writeback isn't supposed to apply to local indirect pointers, by John McCall · 13 years ago
  62. 13b21be Factor out (some of) the checking for invalid forms of pointer by Chandler Carruth · 13 years ago
  63. 831fb96 objc-arc/mrc: Allow ns_returns_not_retained attribute on properties by Fariborz Jahanian · 13 years ago
  64. 327126e No need to warn if 'unavailable' method/property by Fariborz Jahanian · 13 years ago
  65. 921c143 objc-arc: Check on a variety of unsafe assignment of retained by Fariborz Jahanian · 13 years ago
  66. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
  67. a813973 When forming a cycle in objc's inheritance hierarchy, by Fariborz Jahanian · 13 years ago
  68. d26fef0 Change "cannot assign retained object.." warning to "assigning retained object.." by Argyrios Kyrtzidis · 13 years ago
  69. 8295b7b objc-arc: Allow unbridged cast of retainable object to by Fariborz Jahanian · 13 years ago
  70. 1522a7c objc-arc: allow explicit unbridged casts if the source of the cast is a by Fariborz Jahanian · 13 years ago
  71. b64915a Only accept __bridge_retain in system headers, as Doug suggested. by John McCall · 13 years ago
  72. 1816442 As a hopefully temporary workaround for a header mistake, treat by John McCall · 13 years ago
  73. 7acddac Objective-C fast enumeration loop variables are not retained in ARC, but by John McCall · 13 years ago
  74. b1f7d24 arc: diagnose dereferencing a __weak pointer which may be by Fariborz Jahanian · 13 years ago
  75. 0f4c4c4 Weaken the type-matching rules for methods that return aggregates when by John McCall · 13 years ago
  76. edb150b Give this test a triple; I don't think we want to #define __unsafe_unretained by John McCall · 13 years ago
  77. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  78. 84862f6 [format strings] correctly suggest correct type for '%@' specifiers. Fixes <rdar://problem/9607158>. by Ted Kremenek · 13 years ago
  79. 4c4efee Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 13 years ago
  80. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  81. 45937ae Restore 'atomic' as an attribute of objc properties. by Fariborz Jahanian · 13 years ago
  82. b92003b Remove 'atomic' as a property attribute keyword. by Fariborz Jahanian · 13 years ago
  83. 175df89 More coherent diagnostic when a stack variable is by Fariborz Jahanian · 13 years ago
  84. 3b5904b Emit an error when trying to @encode an incomplete type. by Argyrios Kyrtzidis · 13 years ago
  85. 377e1bd Relax the conversion rules for Objective-C GC qualifiers a by Douglas Gregor · 13 years ago
  86. 0a241a1 Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want to see these warnings, and often explicitly pass -Wparentheses. by Ted Kremenek · 13 years ago
  87. 8a285ae Emit a -Wnull-dereference warning for "*null" not just "*null = something". Addresses rdar://9269271. by Argyrios Kyrtzidis · 13 years ago
  88. ec385cf When Sema::ClassifyName() finds an invalid ivar reference, return an by Douglas Gregor · 13 years ago
  89. 89ebaed "note" location of forward class used as receiver of by Fariborz Jahanian · 13 years ago
  90. 50465d1 There were some frustrating problems with the implementation of by Chandler Carruth · 13 years ago
  91. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  92. 7c2bdcb Fix a bug in calculation of composite type by Fariborz Jahanian · 13 years ago
  93. 5272adf Enforce nonnull __attribute__ on Objective-C method calls. // rdar://9287695 by Fariborz Jahanian · 13 years ago
  94. eefa76e Allow shadowin of 'self' in objc methods in by Fariborz Jahanian · 13 years ago
  95. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  96. b8f17ab Redeclaration of 'self' should be flagged in by Fariborz Jahanian · 13 years ago
  97. 627788c Fix a regression where the initializer implements by Fariborz Jahanian · 13 years ago
  98. b7bc34a Warn for any kind of initialization if initializer does not by Fariborz Jahanian · 13 years ago
  99. f04eb2d Now that the analyzer is distinguishing between uninitialized uses that by Chandler Carruth · 13 years ago
  100. 759abb4 Fix lookup for class messages sent to qualified-class by Fariborz Jahanian · 13 years ago