1. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
  2. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
  3. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 12 years ago
  4. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 12 years ago
  5. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  6. 9352a62 Test for my last patch. // rdar://13178483 by Fariborz Jahanian · 12 years ago
  7. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  8. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  9. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  10. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
  11. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  12. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  13. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  14. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 12 years ago
  15. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  16. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  17. f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  18. f373c5d When checking the parameter types of an Objective-C method, don't by Douglas Gregor · 12 years ago
  19. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  20. 72daa3f One can have an unavailable method overridden by an available method, by Douglas Gregor · 12 years ago
  21. f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 12 years ago
  22. 7cdc457 Use Decl::getAvailability() rather than checking for the "unavailable" by Douglas Gregor · 12 years ago
  23. 32b94be objective-C: when searching for declarations in protocol by Fariborz Jahanian · 12 years ago
  24. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  25. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 12 years ago
  26. a73d3db Simplify RUN lines. No functionality change. by Nick Lewycky · 12 years ago
  27. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago
  28. 9d08401 Extend checkUnsafeAssigns() to also handle assigning an object literal to a weak reference. by Ted Kremenek · 12 years ago
  29. 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 12 years ago
  30. 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 12 years ago
  31. 277076a objective-C: Don't warn of unimplemented property of protocols in by Fariborz Jahanian · 12 years ago
  32. 2fcff83 The underlying type for an enum should be an integer type, not another enum. by Eli Friedman · 12 years ago
  33. 0c252fa objc: DOn't complain if a (SEL) expression is typecast by Fariborz Jahanian · 12 years ago
  34. 135aa60 [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 12 years ago
  35. 86f6cf6 Don't complain about incomplete implementations for methods that are by Douglas Gregor · 12 years ago
  36. 2cd3440 Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. by Jordan Rose · 12 years ago
  37. a70779f Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 12 years ago
  38. 5fa6676 objective-C: Do not issue deprecated warning about implementation by Fariborz Jahanian · 12 years ago
  39. 87da0b7 -Wobjc-literal-compare: look through implicit casts. by Jordan Rose · 12 years ago
  40. faa2bd6 Update test case. by Ted Kremenek · 12 years ago
  41. c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
  42. 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
  43. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  44. 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
  45. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  46. f1c1ba0 -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. by Jordan Rose · 12 years ago
  47. b5cd122 -Warc-repeated-use-of-weak: Don't warn on a single read followed by writes. by Jordan Rose · 12 years ago
  48. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  49. c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
  50. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  51. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  52. 5904c9c use ';' instead of '-' in the note part of my last patch. by Fariborz Jahanian · 12 years ago
  53. 5b82073 Fix a typo in my last patch reported by Erik Schwiebert. by Fariborz Jahanian · 12 years ago
  54. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  55. e50d4f6 Force triple in test to unbreak it on non-darwin platforms. by Benjamin Kramer · 12 years ago
  56. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  57. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  58. 3437daa -Wreceiver-is-weak: rephrase warning text and add a suggestion Note. by Jordan Rose · 12 years ago
  59. 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
  60. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  61. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  62. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  63. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  64. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
  65. fa1ed8e objective-C: add Doug's test for my last patch. by Fariborz Jahanian · 12 years ago
  66. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  67. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  68. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  69. 1fac58a -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) by Jordan Rose · 12 years ago
  70. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  71. 25c1d57 Teach -Wuninitialized to recognize common "noreturn" idioms in by Ted Kremenek · 12 years ago
  72. 0002479 objective-C arc: don't issue no explicit ownership warning when by Fariborz Jahanian · 12 years ago
  73. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  74. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  75. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  76. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  77. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  78. 6f93860 More tweaking and test cases for call to super annotations. // rdar://6386358 by Fariborz Jahanian · 12 years ago
  79. 9f55983 objective-C: Improving diagnostocs for missing call to by Fariborz Jahanian · 12 years ago
  80. 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 12 years ago
  81. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  82. 7e2e4c3 objective-C ARC; detect and warn on retain cycle when by Fariborz Jahanian · 12 years ago
  83. 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 12 years ago
  84. 9757377 Make this test portable. by Ted Kremenek · 12 years ago
  85. 9af9122 Fix serious regression introduced in r157780 where __attribute__((NSObject)) by Ted Kremenek · 12 years ago
  86. a414a2f objective-C: make -Widiomatic-parentheses work by Fariborz Jahanian · 12 years ago
  87. a23bd4c objective-C arc: ns_returns_retained is a type attribute in ARC, by Fariborz Jahanian · 12 years ago
  88. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  89. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 12 years ago
  90. 21db199 make test pass on linux platforms. by Fariborz Jahanian · 12 years ago
  91. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  92. ca7a7be objective-C: make -Wcast-of-sel-type the default. // rdar://12107381 by Fariborz Jahanian · 12 years ago
  93. 91dd9df objective-C: deprecate casts of ObjC's SEL by Fariborz Jahanian · 12 years ago
  94. 1afc5f2 objective-C: test for delayed parsing of K&R funcitons by Fariborz Jahanian · 12 years ago
  95. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  96. 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
  97. 8a64f88 Implicitly annotate __CFStringMakeConstantString with format_arg(1). by Jordan Rose · 12 years ago
  98. ed6662d objc: Include all types when issuing warning under -Wdirect-ivar-access. by Fariborz Jahanian · 12 years ago
  99. b25466e objc-arc: Make -Wdirect-ivar-access accessible to all by Fariborz Jahanian · 12 years ago
  100. cff863f objective-c: Exclude -Wdirect-ivar-access for arc. by Fariborz Jahanian · 12 years ago