1. 6dce88d objc-arc: diagnose synthesis of a 'weak unavailable' property. by Fariborz Jahanian · 13 years ago
  2. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  3. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  4. ec23678 objc: put out more coherent warning when method definition by Fariborz Jahanian · 13 years ago
  5. a38c473 When typo-correction an Objective-C superclass name, don't by Douglas Gregor · 13 years ago
  6. f1d1ca5 When sending a message to a receiver that has "unknown any" type, by Douglas Gregor · 13 years ago
  7. 968a0ee Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycle checking in -Warc-retain-cycles. This commonly by Ted Kremenek · 13 years ago
  8. 9b2eb7b objc: warn if NSObject attribute appears other than in a typedef. by Fariborz Jahanian · 13 years ago
  9. d3c147f objc: turn warning for property type mismatch in by Fariborz Jahanian · 13 years ago
  10. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  11. 4fc04da Don't crash when a duplicate interface/protocol is inside an extern "C" context. by Argyrios Kyrtzidis · 13 years ago
  12. ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
  13. 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
  14. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
  15. dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
  16. 5cad822 When applying ARC __weak to a non-objc pointer, do not give error that by Argyrios Kyrtzidis · 13 years ago
  17. 3b25216 objc: fixed enum type is supported in objc mode. by Fariborz Jahanian · 13 years ago
  18. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  19. 0bfaf06 Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later. by Ted Kremenek · 13 years ago
  20. 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 13 years ago
  21. fc2eff5 objc-arc: desugar certain type and improve on diagnostic for by Fariborz Jahanian · 13 years ago
  22. 6ee5492 [ARC] Do not transfer ARC ownership if the cast is going to result in r-value, by Argyrios Kyrtzidis · 13 years ago
  23. 6d09f01 objective-c arc: type-casting of an objc pointer to by Fariborz Jahanian · 13 years ago
  24. 458bacf Fix crash on an @interface nested inside @implementation, rdar://10336158 by Argyrios Kyrtzidis · 13 years ago
  25. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  26. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  27. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  28. 3045ce7 Relax restriction of assigning to 'self' in ARC when a method is attributed with ns_consumes_self. Fixes <rdar://problem/10274056>. by Ted Kremenek · 13 years ago
  29. ee28a4b Fixes a minor hick up to my last patch. by Fariborz Jahanian · 13 years ago
  30. 7fda400 objc: private methods can have their attributes, no diagnostic is required. by Fariborz Jahanian · 13 years ago
  31. 3ff86f7 objective-c: Diagnose redeclaration of private by Fariborz Jahanian · 13 years ago
  32. b224343 objc: allow class name qualified with protocols in by Fariborz Jahanian · 13 years ago
  33. eb2ac8b Add a __has_feature check for arc_cf_code_audited. by John McCall · 13 years ago
  34. f4072ae objc: more changes in use of IBOutletCollection attribute. by Fariborz Jahanian · 13 years ago
  35. 7a81e41 objc: diagnose invalid argument to an by Fariborz Jahanian · 13 years ago
  36. 3eff321 Fix several bugs with #pragma clang arc_cf_code_audited and macros. by John McCall · 13 years ago
  37. 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
  38. 43bcdb2 Avoid duplicate unavailbility diagnostics in objc++. // rdar://10268422 by Fariborz Jahanian · 13 years ago
  39. a1de8cb objc-arc: Improve arc diagnostic when method is not by Fariborz Jahanian · 13 years ago
  40. 5fa065b objc-arc: 'Class' property is implicitly __unsafe_unretained. // rdar://10239594 by Fariborz Jahanian · 13 years ago
  41. 13546a8 objc: note location of the previously declared property in the diagnostic. by Fariborz Jahanian · 13 years ago
  42. 9d1bbea objc: err on a property designated both atomic and nonatomic. // rdar://10260017 by Fariborz Jahanian · 13 years ago
  43. 1b46d8d objc: Do not warn about mismatch on Super's readonly property attribute, by Fariborz Jahanian · 13 years ago
  44. 7d65f69 objc: Improve on diagnostic when atomic proeprty is synthesized by Fariborz Jahanian · 13 years ago
  45. c076e37 Implicitly assume that a ObjC category to an unavailable interface is also unavailable; by Argyrios Kyrtzidis · 13 years ago
  46. 3a38744 When using an unavailable/deprecated interface Foo inside Foo's interface/implementation by Argyrios Kyrtzidis · 13 years ago
  47. 0d94094 Fix crash when using archaic protocol, rdar://10238337 by Argyrios Kyrtzidis · 13 years ago
  48. 68af536 objc: Turn diagnostic on property type mismatch in by Fariborz Jahanian · 13 years ago
  49. 175fb10 objc arc: Suppress certain arc diagnostics on unavailable by Fariborz Jahanian · 13 years ago
  50. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  51. 2cf031d Allow the results of cf_returns_not_retained function by John McCall · 13 years ago
  52. fe98da0 Add an ns_bridged attribute, used to specify that a by John McCall · 13 years ago
  53. 2f041d0 Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation to Objective-C object types. Fixes <rdar://problem/10142685>. by Ted Kremenek · 13 years ago
  54. 78213e4 objc arc: Diagnose block pointer type mismatch when by Fariborz Jahanian · 13 years ago
  55. 8cd8de4 Tweak -Wobjc-missing-super-calls to not warning about missing [super dealloc] when in GC-only mode, and to not warning about missing [super finalize] when not using GC. by Ted Kremenek · 13 years ago
  56. d2ee809 Include prefix with default synthesized ivars. by Ted Kremenek · 13 years ago
  57. 8987b23 Only print _Bool as 'bool' when 'bool' is defined as an object-like by Douglas Gregor · 13 years ago
  58. 30c4240 When 'bool' is not a built-in type but is defined as a macro, print by Douglas Gregor · 13 years ago
  59. 3240fe3 objcetive-c-arc: When overriding a method, its ns_consumed patameter by Fariborz Jahanian · 13 years ago
  60. c737acb Revert r139989 and r140031, which implemented the Objective-C type by Douglas Gregor · 13 years ago
  61. a929ec7 objc - don't complain about unimplemented property when conforming by Fariborz Jahanian · 13 years ago
  62. 936b779 objc - in matching setter argument type to its property type, by Fariborz Jahanian · 13 years ago
  63. a6b3380 objc-arc: mark functions which return types which can't be dealt with by Fariborz Jahanian · 13 years ago
  64. 9043712 Turns out we tested for this typo. by Benjamin Kramer · 13 years ago
  65. a4b984d objc - redeclaration of property in extension class by Fariborz Jahanian · 13 years ago
  66. bc2b91a objc - fixes a crash when undefined typed property by Fariborz Jahanian · 13 years ago
  67. 710e0c4 Add a test triple. Who knew that all the world wasn't darwin? by Douglas Gregor · 13 years ago
  68. c193dd8 Don't propagate the 'availability' attribute through declaration by Douglas Gregor · 13 years ago
  69. 13d05ac Clean up parsing the category names in interfaces slightly, using by Douglas Gregor · 13 years ago
  70. 5b76f37 [ARC] Allow forming 'id*' in an unevaluated context. Fixes rdar://10148540. by Argyrios Kyrtzidis · 13 years ago
  71. 1d4e8e9 objc - Treat type of 'self' in class methods as root of by Fariborz Jahanian · 13 years ago
  72. 898f284 objc: Don't crash with decl context for property impl. by Fariborz Jahanian · 13 years ago
  73. 412a496 reverse patch in r139818 to focus on 'self' instead of 'Class'. by Fariborz Jahanian · 13 years ago
  74. 7d7ef82 Objective-c: Conversion from type Class to any root class type is allowed by Fariborz Jahanian · 13 years ago
  75. 528a499 objc-arc: warn when a 'retain' block property is by Fariborz Jahanian · 13 years ago
  76. 4f4f349 Show either a location or a fixit note, not both, for uninitialized variable warnings. by David Blaikie · 13 years ago
  77. b332109 Fix a diagnostics crasher with -Wmissing-noreturn in Objective-C by Douglas Gregor · 13 years ago
  78. 69ff26b The integer type of an enumeration type isn't always canonical by Douglas Gregor · 13 years ago
  79. 5471bc8 Allow C++0x enumerations with a fixed underlying type in by Douglas Gregor · 13 years ago
  80. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  81. edc0882 objc-gc: More sema work for properties declared 'weak' by Fariborz Jahanian · 13 years ago
  82. 3269197 Test for default property synthesis. by Fariborz Jahanian · 13 years ago
  83. 8697d30 objective-c: this patch (re)introduces objective-c's default property by Fariborz Jahanian · 13 years ago
  84. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  85. b0656ec Improve the diagnostic text for -Wmissing-noreturn to include the name by Chandler Carruth · 13 years ago
  86. e8cff36 objc - fixes a regression in declaring c decls nested in by Fariborz Jahanian · 13 years ago
  87. 27f0776 Do not warn about [super finalize] in arc mode. by Nico Weber · 13 years ago
  88. 80cb6e6 Warn on missing [super finalize] calls. by Nico Weber · 13 years ago
  89. b860739 objective-c - Make warning on unimplemented protocols point by Fariborz Jahanian · 13 years ago
  90. 9414449 objc-arc: Mention property's attribute by name when by Fariborz Jahanian · 13 years ago
  91. 8c7e67d Don't warn on category implementing a method, if by Fariborz Jahanian · 13 years ago
  92. cc075e4 objc - fix up the builtin type for objc_assign_ivar. // rdar://9362887. by Fariborz Jahanian · 13 years ago
  93. 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
  94. 9a1ecf0 Warn on missing [super dealloc] calls. by Nico Weber · 13 years ago
  95. a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 13 years ago
  96. bc03aea objc-arc: @property definitions should default to (strong) when not by Fariborz Jahanian · 13 years ago
  97. ddddd48 De-Unicode-ify. by NAKAMURA Takumi · 13 years ago
  98. 730cfb1 objective-c: Using existing infrastructure for finding by Fariborz Jahanian · 13 years ago
  99. 2112190 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
  100. a8e0cd8 Do l-value conversion, etc., on a switch condition expression in by John McCall · 13 years ago