1. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  2. f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  3. f373c5d When checking the parameter types of an Objective-C method, don't by Douglas Gregor · 12 years ago
  4. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  5. 72daa3f One can have an unavailable method overridden by an available method, by Douglas Gregor · 12 years ago
  6. f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 12 years ago
  7. 7cdc457 Use Decl::getAvailability() rather than checking for the "unavailable" by Douglas Gregor · 12 years ago
  8. 32b94be objective-C: when searching for declarations in protocol by Fariborz Jahanian · 12 years ago
  9. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  10. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 12 years ago
  11. a73d3db Simplify RUN lines. No functionality change. by Nick Lewycky · 12 years ago
  12. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago
  13. 9d08401 Extend checkUnsafeAssigns() to also handle assigning an object literal to a weak reference. by Ted Kremenek · 12 years ago
  14. 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 12 years ago
  15. 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 12 years ago
  16. 277076a objective-C: Don't warn of unimplemented property of protocols in by Fariborz Jahanian · 12 years ago
  17. 2fcff83 The underlying type for an enum should be an integer type, not another enum. by Eli Friedman · 12 years ago
  18. 0c252fa objc: DOn't complain if a (SEL) expression is typecast by Fariborz Jahanian · 12 years ago
  19. 135aa60 [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 12 years ago
  20. 86f6cf6 Don't complain about incomplete implementations for methods that are by Douglas Gregor · 12 years ago
  21. 2cd3440 Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. by Jordan Rose · 12 years ago
  22. a70779f Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 12 years ago
  23. 5fa6676 objective-C: Do not issue deprecated warning about implementation by Fariborz Jahanian · 12 years ago
  24. 87da0b7 -Wobjc-literal-compare: look through implicit casts. by Jordan Rose · 12 years ago
  25. faa2bd6 Update test case. by Ted Kremenek · 12 years ago
  26. c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
  27. 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
  28. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  29. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  30. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  31. f1c1ba0 -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. by Jordan Rose · 12 years ago
  32. b5cd122 -Warc-repeated-use-of-weak: Don't warn on a single read followed by writes. by Jordan Rose · 12 years ago
  33. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  34. c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
  35. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  36. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  37. 5904c9c use ';' instead of '-' in the note part of my last patch. by Fariborz Jahanian · 12 years ago
  38. 5b82073 Fix a typo in my last patch reported by Erik Schwiebert. by Fariborz Jahanian · 12 years ago
  39. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  40. e50d4f6 Force triple in test to unbreak it on non-darwin platforms. by Benjamin Kramer · 12 years ago
  41. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  42. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  43. 3437daa -Wreceiver-is-weak: rephrase warning text and add a suggestion Note. by Jordan Rose · 12 years ago
  44. 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
  45. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  46. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  47. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  48. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  49. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
  50. fa1ed8e objective-C: add Doug's test for my last patch. by Fariborz Jahanian · 12 years ago
  51. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  52. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  53. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  54. 1fac58a -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) by Jordan Rose · 12 years ago
  55. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  56. 25c1d57 Teach -Wuninitialized to recognize common "noreturn" idioms in by Ted Kremenek · 12 years ago
  57. 0002479 objective-C arc: don't issue no explicit ownership warning when by Fariborz Jahanian · 12 years ago
  58. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  59. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  60. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  61. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  62. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  63. 6f93860 More tweaking and test cases for call to super annotations. // rdar://6386358 by Fariborz Jahanian · 12 years ago
  64. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  65. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  66. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  67. 7e2e4c3 objective-C ARC; detect and warn on retain cycle when by Fariborz Jahanian · 12 years ago
  68. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  69. 9757377 Make this test portable. by Ted Kremenek · 12 years ago
  70. 9af9122 Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 12 years ago
  71. a414a2f objective-C: make -Widiomatic-parentheses work by Fariborz Jahanian · 12 years ago
  72. a23bd4c objective-C arc: ns_returns_retained is a type attribute in ARC, by Fariborz Jahanian · 12 years ago
  73. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  74. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 12 years ago
  75. 21db199 make test pass on linux platforms. by Fariborz Jahanian · 12 years ago
  76. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  77. ca7a7be objective-C: make -Wcast-of-sel-type the default. // rdar://12107381 by Fariborz Jahanian · 12 years ago
  78. 91dd9df objective-C: deprecate casts of ObjC's SEL by Fariborz Jahanian · 12 years ago
  79. 1afc5f2 objective-C: test for delayed parsing of K&R funcitons by Fariborz Jahanian · 12 years ago
  80. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  81. c3b2308 Unify the codepaths for emitting deprecation warnings. The test changes are just to account for us emitting notes more consistently. by Eli Friedman · 12 years ago
  82. 8a64f88 Implicitly annotate __CFStringMakeConstantString with format_arg(1). by Jordan Rose · 12 years ago
  83. ed6662d objc: Include all types when issuing warning under -Wdirect-ivar-access. by Fariborz Jahanian · 12 years ago
  84. b25466e objc-arc: Make -Wdirect-ivar-access accessible to all by Fariborz Jahanian · 12 years ago
  85. cff863f objective-c: Exclude -Wdirect-ivar-access for arc. by Fariborz Jahanian · 12 years ago
  86. c69d735 objective-c: Implement gcc's -Wdirect-ivar-access option. // rdar://6505197 by Fariborz Jahanian · 12 years ago
  87. b34eb0c objective-C string literal has no side-effect, by Fariborz Jahanian · 12 years ago
  88. 7e67593 objc-arc: Modify test for more prcecise fixit. // rdar://11913153 by Fariborz Jahanian · 12 years ago
  89. dc48305 objective-c arc: Patch to suggest bridge casting of CF by Fariborz Jahanian · 12 years ago
  90. 1b0a13e objective-c arc: ARC IRGen correctly assumes result by Fariborz Jahanian · 12 years ago
  91. 24b2ab7 objc-arc: change per Jordy's comments. // rdar://11923822 by Fariborz Jahanian · 12 years ago
  92. 533b34f objective-c arc: When function calls with known CFCreate naming convention by Fariborz Jahanian · 12 years ago
  93. 607f587 revert r160839 for now. by Fariborz Jahanian · 12 years ago
  94. e61354b Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. by Anna Zaks · 12 years ago
  95. 304efd5 objc-arc: When objects with known CF semantics are assigned to by Fariborz Jahanian · 12 years ago
  96. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  97. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  98. ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
  99. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  100. 4871666 Don't crash checking a format string if one of the arguments is invalid. by Jordan Rose · 12 years ago