1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. d75c6a7 Merging r195146: by Bill Wendling · 11 years ago
  9. ec1cef6 Merging r195135: by Bill Wendling · 11 years ago
  10. 3daade9 ObjectiveC 'objc_bridging'. Assorment of improvements by Fariborz Jahanian · 11 years ago
  11. 0f3bb9e ObjectiveC ARC. Adopt objc_bridge attribute by Fariborz Jahanian · 11 years ago
  12. 00be52d ObjectiveC ARC. More validation of toll-free bridging of by Fariborz Jahanian · 11 years ago
  13. 749152b ObjectiveC ARC. Validate toll free bridge casting by Fariborz Jahanian · 11 years ago
  14. 9571ab1 ObjetiveC ARC. Start diagnosing invalid toll free bridging. // rdar://15454846. by Fariborz Jahanian · 11 years ago
  15. 4b777c0 ObjectiveC ARC. Only briding of pointer to struct CF object is allowed. by Fariborz Jahanian · 11 years ago
  16. 0a5a7c1 ObjectiveC ARG. A positive test of my previous patch. // rdar://15454846 by Fariborz Jahanian · 11 years ago
  17. e78728a ObjectiveC ARC. Lookup type associated with objc_bridage at by Fariborz Jahanian · 11 years ago
  18. 4417498 ObjectiveC. Fixes a bogus warning of unused backing by Fariborz Jahanian · 11 years ago
  19. 4ae7d04 Revert r194663 and r194647. by Ted Kremenek · 11 years ago
  20. e452d61 Refine -Wunused-variable to only suppress warning for __bridge_transfer, not all bridge casts. by Ted Kremenek · 11 years ago
  21. 1f64cfc Suppress -Wunused-variable when initializer uses bridge casts for memory management. by Ted Kremenek · 11 years ago
  22. a7cd801 Use a more realistic NS class names in by Fariborz Jahanian · 11 years ago
  23. 7f82297 ObjectiveC ARC. objc_bridge attribute should be applied to by Fariborz Jahanian · 11 years ago
  24. 933a894 ObjectiveC ARC. Introduce a new attribute, 'objc_bridge' by Fariborz Jahanian · 11 years ago
  25. 2b61039 ObjectiveC. Method implementations should only check for by Fariborz Jahanian · 11 years ago
  26. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  27. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  28. 9d9a943 ObjectiveC arc. Warn when an implicitly 'strong' property by Fariborz Jahanian · 11 years ago
  29. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  30. c85832f ObjectiveC. Added support for methods annotated with format_arg by Fariborz Jahanian · 11 years ago
  31. 656465d Special case '%C' handling in ObjC format strings to handle integer literals that can represent unicode characters by Ted Kremenek · 11 years ago
  32. 728a1fb GetExprRange() (used by -Wconversion checking) should look through OpaqueValueExprs. by Ted Kremenek · 11 years ago
  33. 81e34b1 Do not use typo correction that is unaccessible. by Serge Pavlov · 11 years ago
  34. 84e41cd ObjectiveC. ObjectiveC's collection selector expression in by Fariborz Jahanian · 11 years ago
  35. a188298 Refine string literal concatenation warning within an NSArray literal to not warn when the literal comes from a macro expansion. Fixes <rdar://problem/15147688>. by Ted Kremenek · 11 years ago
  36. dc1031b ObjectiveC: Warn when 'readonly' property has explicit by Fariborz Jahanian · 11 years ago
  37. 1cd6fab ObjectiveC. Allow readonly properties without an explicit ownership by Fariborz Jahanian · 11 years ago
  38. 14f9889 Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 11 years ago
  39. 0f90ee0 Don't give suggest things like function names on the left side of "=". by Kaelyn Uhrain · 11 years ago
  40. a924f84 ObjectiveC: Handle the case of qualifying protocols by Fariborz Jahanian · 11 years ago
  41. f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
  42. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  43. 0f115b3 Fix regression from r190427. by Eli Friedman · 11 years ago
  44. 9c5716c Add self-comparison warnings for fields. by Eli Friedman · 11 years ago
  45. 0180688 Improving objc_ownership attribute test coverage. by Aaron Ballman · 11 years ago
  46. 624421f Consolidating the notion of a GNU attribute parameter with the attribute argument list. by Aaron Ballman · 11 years ago
  47. 41594c5 ObjectiveC [Sema]. This patch makes sure that all inherited by Fariborz Jahanian · 11 years ago
  48. 6247484 Refine diagnostics in my last patch. // rdar://14303083 by Fariborz Jahanian · 11 years ago
  49. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  50. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  51. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  52. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  53. 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
  54. d732928 Going back to using getName for consistency. by Aaron Ballman · 11 years ago
  55. bae4dc4 Fixing the build bots from the previous commit. by Aaron Ballman · 11 years ago
  56. faf71a8 Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics. by Aaron Ballman · 11 years ago
  57. 081c883 Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality. by Aaron Ballman · 11 years ago
  58. a5e6601 Make IgnoreParens() look through ChooseExprs. by Eli Friedman · 11 years ago
  59. 4bdb602 Fix another place where clang check objc selector name instead of checking the selector family by Jean-Daniel Dupas · 11 years ago
  60. 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
  61. 8df014e Improve idiomatic-parentheses by checking method family instead of relying on the selector name. by Jean-Daniel Dupas · 11 years ago
  62. f5200d6 Restore warning to its original text when by Fariborz Jahanian · 11 years ago
  63. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  64. 38b3bd8 Objective-C: merge objc_requires_super attribute of by Fariborz Jahanian · 11 years ago
  65. bdf3d9a Objective-C: Warn when fast enumeration variable isn't used. // rdar://14182680. by Fariborz Jahanian · 11 years ago
  66. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  67. 3b20f58 ObjectiveC: diagnose duplicate declaration of by Fariborz Jahanian · 11 years ago
  68. 548fba9 Objective-C: Warn when IBOutletCollection property by Fariborz Jahanian · 11 years ago
  69. ea94314 Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results of using -performSelectorXXX. by Ted Kremenek · 11 years ago
  70. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  71. a9f3958 Add test. by Eli Friedman · 11 years ago
  72. c2fa6b6 Improved source code fidelity for gcc mode attribute. by Enea Zaffanella · 11 years ago
  73. cd9c9b5 Objective-C: Fixes a typo correction bug where a by Fariborz Jahanian · 11 years ago
  74. 52fdc56 Fix buildbot failure. by Fariborz Jahanian · 11 years ago
  75. 419245e Objective-C [qoi]: privide typo correction for selectors by Fariborz Jahanian · 11 years ago
  76. a79927f unbreak buildbot for now. by Fariborz Jahanian · 11 years ago
  77. d395e34 Objective-C [qoi]: Provide fixit hint when message with typo by Fariborz Jahanian · 11 years ago
  78. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  79. 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 11 years ago
  80. a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 11 years ago
  81. 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
  82. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  83. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  84. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  85. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  86. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  87. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  88. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  89. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  90. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  91. 70133b5 In block enum-return inference, don't die on loads of enum lvalues. by John McCall · 11 years ago
  92. d99990d Revert r177218. by Argyrios Kyrtzidis · 11 years ago
  93. 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  94. fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 11 years ago
  95. 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  96. 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
  97. 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 11 years ago
  98. ab3d509 Fix an assertion hit in Sema::CheckObjCMethodOverrides. by Argyrios Kyrtzidis · 11 years ago
  99. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 11 years ago
  100. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 11 years ago