1. 3b20f58 ObjectiveC: diagnose duplicate declaration of by Fariborz Jahanian · 11 years ago
  2. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  3. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  4. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  5. a9f3958 Add test. by Eli Friedman · 11 years ago
  6. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  7. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  8. 52fdc56 Fix buildbot failure. by Fariborz Jahanian · 11 years ago
  9. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  10. a79927f unbreak buildbot for now. by Fariborz Jahanian · 11 years ago
  11. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  12. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  13. 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 11 years ago
  14. a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 11 years ago
  15. 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
  16. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  17. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  18. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  19. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  20. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  21. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  22. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  23. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  24. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  25. 70133b5 In block enum-return inference, don't die on loads of enum lvalues. by John McCall · 11 years ago
  26. d99990d Revert r177218. by Argyrios Kyrtzidis · 11 years ago
  27. 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  28. fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 11 years ago
  29. 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  30. f4d0239 Point diagnostics that complain about a use of a selector in an objc message, to the selector location. by Argyrios Kyrtzidis · 11 years ago
  31. 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 11 years ago
  32. ab3d509 Fix an assertion hit in Sema::CheckObjCMethodOverrides. by Argyrios Kyrtzidis · 11 years ago
  33. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 11 years ago
  34. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 11 years ago
  35. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  36. 4abc9bd Add test case for -Wdeprecated-objc-pointer-introspection, and by Ted Kremenek · 11 years ago
  37. 244e7e5 Rename this test to make it more general for including more tests. by Ted Kremenek · 11 years ago
  38. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  39. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  40. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  41. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  42. 02be968 Handle "typeof" in Objective-C format string checking. This previously crashed. by Ted Kremenek · 11 years ago
  43. 3c9a024 Objective-C: This patch fixes a none-issuance of warning by Fariborz Jahanian · 11 years ago
  44. 1db6d6b Add test case calling a deprecated method from a subclass that reimplements that method gets a warning. by Ted Kremenek · 11 years ago
  45. cb34439 Rework how ObjC method inherit deprecated/availability. by Ted Kremenek · 11 years ago
  46. 740991b Objective-C: Issue deprecated warning when using a by Fariborz Jahanian · 11 years ago
  47. 0cc6f59 Add test case to show that 'availability' and 'deprecated' do *not* inherit when redeclaring ObjC properties. by Ted Kremenek · 11 years ago
  48. d9802dc Revert r177948. We decided that we do not want ObjC property redeclarations to inherit "deprecated". by Ted Kremenek · 11 years ago
  49. 7b47adc Objective-C arc [qui]. Don't issue the bridge cast by Fariborz Jahanian · 11 years ago
  50. 99a72d2 Objective-C: Produce precise diagnostic when by Fariborz Jahanian · 11 years ago
  51. 7e35274 Objective-C: Issue more precise warning when user by Fariborz Jahanian · 11 years ago
  52. 8b43d2b Split "incomplete implementation" warnings for ObjC into separate warnings. by Ted Kremenek · 11 years ago
  53. b501aeb Objective-C: Property declaration overiding one in by Fariborz Jahanian · 11 years ago
  54. abde2c7 <rdar://problem/13459871> Allow forward declaration of enums with a fixed underlying type in Objective-C (as well as C++11). by Douglas Gregor · 11 years ago
  55. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 11 years ago
  56. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 11 years ago
  57. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 11 years ago
  58. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 11 years ago
  59. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 11 years ago
  60. 1d0d2fe Objective-C: In my last path, also check by Fariborz Jahanian · 11 years ago
  61. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 11 years ago
  62. e96bc52 Modify comment in user test. by Fariborz Jahanian · 11 years ago
  63. 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 11 years ago
  64. 41d0164 Adjust the special non-C++ enum block return type inference by John McCall · 11 years ago
  65. 1344e94 Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>. by Douglas Gregor · 11 years ago
  66. 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 11 years ago
  67. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 11 years ago
  68. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 11 years ago
  69. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 11 years ago
  70. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 11 years ago
  71. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  72. 9352a62 Test for my last patch. // rdar://13178483 by Fariborz Jahanian · 12 years ago
  73. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  74. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  75. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  76. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
  77. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  78. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  79. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  80. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 12 years ago
  81. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  82. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  83. f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  84. f373c5d When checking the parameter types of an Objective-C method, don't by Douglas Gregor · 12 years ago
  85. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  86. 72daa3f One can have an unavailable method overridden by an available method, by Douglas Gregor · 12 years ago
  87. f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 12 years ago
  88. 7cdc457 Use Decl::getAvailability() rather than checking for the "unavailable" by Douglas Gregor · 12 years ago
  89. 32b94be objective-C: when searching for declarations in protocol by Fariborz Jahanian · 12 years ago
  90. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  91. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 12 years ago
  92. a73d3db Simplify RUN lines. No functionality change. by Nick Lewycky · 12 years ago
  93. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago
  94. 9d08401 Extend checkUnsafeAssigns() to also handle assigning an object literal to a weak reference. by Ted Kremenek · 12 years ago
  95. 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 12 years ago
  96. 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 12 years ago
  97. 277076a objective-C: Don't warn of unimplemented property of protocols in by Fariborz Jahanian · 12 years ago
  98. 2fcff83 The underlying type for an enum should be an integer type, not another enum. by Eli Friedman · 12 years ago
  99. 0c252fa objc: DOn't complain if a (SEL) expression is typecast by Fariborz Jahanian · 12 years ago
  100. 135aa60 [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 12 years ago