1. 0f93758 Fix typo in error message and testcase. by Eric Christopher · 14 years ago
  2. 95f1b86 No need to default synthesize property if implementation by Fariborz Jahanian · 14 years ago
  3. cdaa6a8 Fix a bug in nonfragile-abi2 when attempting to diagnose by Fariborz Jahanian · 14 years ago
  4. 1b72fa7 Diagnose if type of iboutletcollection attribute is a builtin type. by Fariborz Jahanian · 14 years ago
  5. 3a3400b Diagnose use of iboutletcollection on ivar/property by Fariborz Jahanian · 14 years ago
  6. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
  7. 57dae1a Diagnose assiging to an interface object in by Fariborz Jahanian · 14 years ago
  8. f759b4d When issuing warning for future conflict resolution, by Fariborz Jahanian · 14 years ago
  9. 192b146 Fixes block type matching bug. Radar 8302845. by Fariborz Jahanian · 14 years ago
  10. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
  11. 741c362 Change text of diagnostics on user request. radar 7948654. by Fariborz Jahanian · 14 years ago
  12. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 14 years ago
  13. ba55198 Fix a spurious warning when message sent to qualified-id type receiver (pr7861). by Fariborz Jahanian · 14 years ago
  14. 6b308f6 Implements gcc's -Wstrict-selector-match. (radar 8127244). by Fariborz Jahanian · 14 years ago
  15. d1909bb Warn if class object does not implement qualified by Fariborz Jahanian · 14 years ago
  16. 59c451e Fix an Objective-C crasher, PR7839. by Douglas Gregor · 14 years ago
  17. 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 14 years ago
  18. 2d6c906 Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>. by Ted Kremenek · 14 years ago
  19. b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 14 years ago
  20. 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 14 years ago
  21. 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 14 years ago
  22. a8f8dac Patch to type match comparing Objective-C Classes which implement by Fariborz Jahanian · 14 years ago
  23. 84ef4b2 Categories cannot synthesize property ivars, and a minor cleanup. by Fariborz Jahanian · 14 years ago
  24. af6c314 Another test case for on demand synthesis of ivars. by Fariborz Jahanian · 14 years ago
  25. ad51e74 Patch to synthesize property ivars on demand as by Fariborz Jahanian · 14 years ago
  26. d3635b9 Don't error when doing default property synthesis by Fariborz Jahanian · 14 years ago
  27. 9ccd725 Consider obective-c pointer arguments as valid sentinel args by Fariborz Jahanian · 14 years ago
  28. ae415dc Check on property attributes which are declared by Fariborz Jahanian · 14 years ago
  29. e10c67f Add test case for <rdar://problem/4289832>. Clang actuallys gets by Ted Kremenek · 14 years ago
  30. cfa6a27 This patch fixes a bug whereby, clang skipped by Fariborz Jahanian · 14 years ago
  31. 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
  32. 13927a4 Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. by Ted Kremenek · 14 years ago
  33. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
  34. 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 14 years ago
  35. bf1ee34 These test now run in objective-c++ mode we well. by Fariborz Jahanian · 14 years ago
  36. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
  37. 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 15 years ago
  38. 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 15 years ago
  39. 9d84632 Properties cannot be synthesized by-dafult in by Fariborz Jahanian · 15 years ago
  40. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 15 years ago
  41. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
  42. 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 15 years ago
  43. ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 15 years ago
  44. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 15 years ago
  45. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
  46. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
  47. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 15 years ago
  48. 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 15 years ago
  49. b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 15 years ago
  50. d7174f2 More tests for Objective-C-related name lookup weirdness. Yes, it's by Douglas Gregor · 15 years ago
  51. 422bae7 Allow the 'ibaction' attribute to be attached to method declarations (and not issue a warning). by Ted Kremenek · 15 years ago
  52. c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 15 years ago
  53. 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 15 years ago
  54. 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 15 years ago
  55. 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 15 years ago
  56. 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 15 years ago
  57. a823d6a fix a rejects-valid bug that I introduced, pointed out by David Chisnall by Chris Lattner · 15 years ago
  58. 236beab fix a rejects-valid testcase involving super that I dreamt up. by Chris Lattner · 15 years ago
  59. 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 15 years ago
  60. b9342fb avoid double negatives by Chris Lattner · 15 years ago
  61. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 15 years ago
  62. 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 15 years ago
  63. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 15 years ago
  64. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  65. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
  66. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 15 years ago
  67. 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 15 years ago
  68. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 15 years ago
  69. 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 15 years ago
  70. 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 15 years ago
  71. a983448 Put type restriction on convesion to nonconforming 'id' back in by Fariborz Jahanian · 15 years ago
  72. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
  73. 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 15 years ago
  74. 699fca2 Relax the typesafty rules of block pointers types which by Fariborz Jahanian · 15 years ago
  75. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
  76. 842f07b Recognize __attribute__((NSObject)) directly applied by Fariborz Jahanian · 15 years ago
  77. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 15 years ago
  78. f283859 Further improvement to point to category by Fariborz Jahanian · 15 years ago
  79. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 15 years ago
  80. 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 15 years ago
  81. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 15 years ago
  82. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago
  83. 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 15 years ago
  84. 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 15 years ago
  85. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 15 years ago
  86. 0162070 Fix PR6618. by Rafael Espindola · 15 years ago
  87. 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 15 years ago
  88. d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 15 years ago
  89. b03d33e Make PredefinedExpr::ComputeName() more robust to incorrect by Ted Kremenek · 15 years ago
  90. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 15 years ago
  91. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 15 years ago
  92. b5696fe Add 'expected-note' by Ted Kremenek · 15 years ago
  93. 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 15 years ago
  94. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
  95. dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
  96. 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 15 years ago
  97. 444b035 Augment __has_feature to report that Clang supports adding attribute 'unused' by Ted Kremenek · 15 years ago
  98. a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
  99. e3fc547 Fix crasher caused by setting a bit in a possibly empty bitvector while by Ted Kremenek · 15 years ago
  100. b2f8121 Forgot to include nested protocols in collection, resulting in by Fariborz Jahanian · 15 years ago