1. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  2. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  3. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  4. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  5. baec778 Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. by Aaron Ballman · 11 years ago
  6. d732928 Going back to using getName for consistency. by Aaron Ballman · 11 years ago
  7. bae4dc4 Fixing the build bots from the previous commit. by Aaron Ballman · 11 years ago
  8. faf71a8 Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics. by Aaron Ballman · 11 years ago
  9. 081c883 Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality. by Aaron Ballman · 11 years ago
  10. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  11. 4bdb602 Fix another place where clang check objc selector name instead of checking the selector family by Jean-Daniel Dupas · 11 years ago
  12. 37a8953 Replacing a morally duplicate diagnostic by adding it to an existing diagnostic's select list. Updates the tests for the more consistent diagnostic. by Aaron Ballman · 11 years ago
  13. 8df014e Improve idiomatic-parentheses by checking method family instead of relying on the selector name. by Jean-Daniel Dupas · 11 years ago
  14. f5200d6 Restore warning to its original text when by Fariborz Jahanian · 11 years ago
  15. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  16. 38b3bd8 Objective-C: merge objc_requires_super attribute of by Fariborz Jahanian · 11 years ago
  17. bdf3d9a Objective-C: Warn when fast enumeration variable isn't used. // rdar://14182680. by Fariborz Jahanian · 11 years ago
  18. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  19. 3b20f58 ObjectiveC: diagnose duplicate declaration of by Fariborz Jahanian · 11 years ago
  20. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  21. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  22. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  23. a9f3958 Add test. by Eli Friedman · 11 years ago
  24. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  25. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  26. 52fdc56 Fix buildbot failure. by Fariborz Jahanian · 11 years ago
  27. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  28. a79927f unbreak buildbot for now. by Fariborz Jahanian · 11 years ago
  29. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  30. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  31. 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 11 years ago
  32. a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 11 years ago
  33. 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
  34. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  35. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  36. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  37. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  38. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  39. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  40. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  41. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  42. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  43. 70133b5 In block enum-return inference, don't die on loads of enum lvalues. by John McCall · 11 years ago
  44. d99990d Revert r177218. by Argyrios Kyrtzidis · 11 years ago
  45. 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  46. fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 11 years ago
  47. 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  48. 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
  49. 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 11 years ago
  50. ab3d509 Fix an assertion hit in Sema::CheckObjCMethodOverrides. by Argyrios Kyrtzidis · 11 years ago
  51. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 11 years ago
  52. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 11 years ago
  53. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  54. 4abc9bd Add test case for -Wdeprecated-objc-pointer-introspection, and by Ted Kremenek · 11 years ago
  55. 244e7e5 Rename this test to make it more general for including more tests. by Ted Kremenek · 11 years ago
  56. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  57. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  58. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  59. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  60. 02be968 Handle "typeof" in Objective-C format string checking. This previously crashed. by Ted Kremenek · 11 years ago
  61. 3c9a024 Objective-C: This patch fixes a none-issuance of warning by Fariborz Jahanian · 11 years ago
  62. 1db6d6b Add test case calling a deprecated method from a subclass that reimplements that method gets a warning. by Ted Kremenek · 11 years ago
  63. cb34439 Rework how ObjC method inherit deprecated/availability. by Ted Kremenek · 11 years ago
  64. 740991b Objective-C: Issue deprecated warning when using a by Fariborz Jahanian · 11 years ago
  65. 0cc6f59 Add test case to show that 'availability' and 'deprecated' do *not* inherit when redeclaring ObjC properties. by Ted Kremenek · 11 years ago
  66. d9802dc Revert r177948. We decided that we do not want ObjC property redeclarations to inherit "deprecated". by Ted Kremenek · 11 years ago
  67. 7b47adc Objective-C arc [qui]. Don't issue the bridge cast by Fariborz Jahanian · 12 years ago
  68. 99a72d2 Objective-C: Produce precise diagnostic when by Fariborz Jahanian · 12 years ago
  69. 7e35274 Objective-C: Issue more precise warning when user by Fariborz Jahanian · 12 years ago
  70. 8b43d2b Split "incomplete implementation" warnings for ObjC into separate warnings. by Ted Kremenek · 12 years ago
  71. b501aeb Objective-C: Property declaration overiding one in by Fariborz Jahanian · 12 years ago
  72. 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 · 12 years ago
  73. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 12 years ago
  74. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 12 years ago
  75. 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 12 years ago
  76. 6aa240c Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 12 years ago
  77. 57f8da5 Don't try to typo-correct 'super' in an objc method. by Argyrios Kyrtzidis · 12 years ago
  78. 1d0d2fe Objective-C: In my last path, also check by Fariborz Jahanian · 12 years ago
  79. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 12 years ago
  80. e96bc52 Modify comment in user test. by Fariborz Jahanian · 12 years ago
  81. 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 12 years ago
  82. 41d0164 Adjust the special non-C++ enum block return type inference by John McCall · 12 years ago
  83. 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 · 12 years ago
  84. 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 12 years ago
  85. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
  86. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
  87. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 12 years ago
  88. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 12 years ago
  89. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  90. 9352a62 Test for my last patch. // rdar://13178483 by Fariborz Jahanian · 12 years ago
  91. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  92. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  93. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  94. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
  95. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  96. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  97. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  98. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 12 years ago
  99. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  100. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago