1. 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 14 years ago
  2. 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 14 years ago
  3. bf1ee34 These test now run in objective-c++ mode we well. by Fariborz Jahanian · 14 years ago
  4. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 14 years ago
  5. 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 14 years ago
  6. 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 14 years ago
  7. 9d84632 Properties cannot be synthesized by-dafult in by Fariborz Jahanian · 14 years ago
  8. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 14 years ago
  9. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 14 years ago
  10. 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 14 years ago
  11. ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 14 years ago
  12. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 14 years ago
  13. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  14. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 14 years ago
  15. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 14 years ago
  16. 02418c7 Fix crash on invalid code where a @throw statement is not followed by a ';' by Ted Kremenek · 14 years ago
  17. b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 14 years ago
  18. d7174f2 More tests for Objective-C-related name lookup weirdness. Yes, it's by Douglas Gregor · 14 years ago
  19. 422bae7 Allow the 'ibaction' attribute to be attached to method declarations (and not issue a warning). by Ted Kremenek · 14 years ago
  20. c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 15 years ago
  21. 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 15 years ago
  22. 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 15 years ago
  23. 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 15 years ago
  24. 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 15 years ago
  25. a823d6a fix a rejects-valid bug that I introduced, pointed out by David Chisnall by Chris Lattner · 15 years ago
  26. 236beab fix a rejects-valid testcase involving super that I dreamt up. by Chris Lattner · 15 years ago
  27. 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 15 years ago
  28. b9342fb avoid double negatives by Chris Lattner · 15 years ago
  29. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 15 years ago
  30. 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 15 years ago
  31. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 15 years ago
  32. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  33. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
  34. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 15 years ago
  35. 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 15 years ago
  36. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 15 years ago
  37. 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 15 years ago
  38. 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 15 years ago
  39. a983448 Put type restriction on convesion to nonconforming 'id' back in by Fariborz Jahanian · 15 years ago
  40. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
  41. 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 15 years ago
  42. 699fca2 Relax the typesafty rules of block pointers types which by Fariborz Jahanian · 15 years ago
  43. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
  44. 842f07b Recognize __attribute__((NSObject)) directly applied by Fariborz Jahanian · 15 years ago
  45. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 15 years ago
  46. f283859 Further improvement to point to category by Fariborz Jahanian · 15 years ago
  47. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 15 years ago
  48. 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 15 years ago
  49. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 15 years ago
  50. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago
  51. 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 15 years ago
  52. 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 15 years ago
  53. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 15 years ago
  54. 0162070 Fix PR6618. by Rafael Espindola · 15 years ago
  55. 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 15 years ago
  56. d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 15 years ago
  57. b03d33e Make PredefinedExpr::ComputeName() more robust to incorrect by Ted Kremenek · 15 years ago
  58. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 15 years ago
  59. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 15 years ago
  60. b5696fe Add 'expected-note' by Ted Kremenek · 15 years ago
  61. 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 15 years ago
  62. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
  63. dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
  64. 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 15 years ago
  65. 444b035 Augment __has_feature to report that Clang supports adding attribute 'unused' by Ted Kremenek · 15 years ago
  66. a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
  67. e3fc547 Fix crasher caused by setting a bit in a possibly empty bitvector while by Ted Kremenek · 15 years ago
  68. b2f8121 Forgot to include nested protocols in collection, resulting in by Fariborz Jahanian · 15 years ago
  69. 2ec93a8 Allow __attribute__((unused)) to be applied to ObjC ivars. by Ted Kremenek · 15 years ago
  70. f914b97 More Sema check for ivars in class continuation. by Fariborz Jahanian · 15 years ago
  71. 09b6897 Fix another crash on invalid code. In this case, handle ObjC categories (with no names) by Ted Kremenek · 15 years ago
  72. 53395af A test case for property synthesis using ivar in class extensions. by Fariborz Jahanian · 15 years ago
  73. 0e5ad25 More support for ivars in class extension. by Fariborz Jahanian · 15 years ago
  74. 48108fd Clang really intends to reject attribute 'warn_unused_result' on Objective-C methods, but by Ted Kremenek · 15 years ago
  75. bd94d44 Start supporting declaration of ivars in @implementation blocks. WIP. by Fariborz Jahanian · 15 years ago
  76. 354095c Issue extended diagnostic when property dot-syntax is used and by Fariborz Jahanian · 15 years ago
  77. 3a21cd9 Allow for declaration and use of ivars in a stand-alone by Fariborz Jahanian · 15 years ago
  78. 2576061 Class continuation now has its own property ast for by Fariborz Jahanian · 15 years ago
  79. 432a889 Patch to fix a warning which exposed a bug in building by Fariborz Jahanian · 15 years ago
  80. e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 15 years ago
  81. 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 15 years ago
  82. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 15 years ago
  83. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 15 years ago
  84. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 15 years ago
  85. 7201d2f Fix test. by Anders Carlsson · 15 years ago
  86. f7066ac Add test case for <rdar://problem/7068334> (which was fixed by r94864). by Ted Kremenek · 15 years ago
  87. f88c8e0 Switch Sema over to using the new implementation of format string by Ted Kremenek · 15 years ago
  88. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  89. e4fb828 outside a method, 'super' should resolve in a normal name look up by Fariborz Jahanian · 15 years ago
  90. 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
  91. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
  92. 2e8f00c objective-c test case for __attribute__((unused)) on method arguments. by Fariborz Jahanian · 15 years ago
  93. dd0cb90 Issue diagnostics (instead of crashing in code gen) when using by Fariborz Jahanian · 15 years ago
  94. 48c2d56 When in objective-c methods, do the built-in name lookup after by Fariborz Jahanian · 15 years ago
  95. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  96. 67dd1d4 Whenever we emit a typo-correction diagnostic, also emit a note by Douglas Gregor · 15 years ago
  97. a6f2638 When suggesting a typo correction for an @implementation without a by Douglas Gregor · 15 years ago
  98. b73e281 Fix a bug when property is redeclared in multiple by Fariborz Jahanian · 15 years ago
  99. 02deae8 Do not diagnose method disguised as property setter by Fariborz Jahanian · 15 years ago
  100. 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago