1. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 16 years ago
  2. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 16 years ago
  3. d1fa644 Patch to supprt case of readonly property being by Fariborz Jahanian · 16 years ago
  4. 1a0d31a Properly set the scope of non-fields declared within a struct, union, by Douglas Gregor · 16 years ago
  5. 2129212 Explicit declaration of property setters over-ride by Fariborz Jahanian · 16 years ago
  6. a66793e This patch removes mergeProperties and does the property lookup by Fariborz Jahanian · 16 years ago
  7. 84efc04 Fix crash on null deference when searching for readwrite properties in by Daniel Dunbar · 16 years ago
  8. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  9. f376b48 Temporarily revert r61956 and r61957 (PTH tests failing). by Ted Kremenek · 16 years ago
  10. e547757 Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH. by Ted Kremenek · 16 years ago
  11. 17d0d0d Place warning about 'readonly' property attributes which by Fariborz Jahanian · 16 years ago
  12. 72de667 Unify the code for defining tags in C and C++, so that we always by Douglas Gregor · 16 years ago
  13. 4b1e275 Don't ICE when messaging on 'super' receiver when class by Fariborz Jahanian · 16 years ago
  14. 9c08f27 add RUN line by Nuno Lopes · 16 years ago
  15. 2a7e58d Add some block-pointer conversions in C++ by Douglas Gregor · 16 years ago
  16. 804058e Patch to remove bogus warning in case of @dynamic by Fariborz Jahanian · 16 years ago
  17. 00165a2 Fix for PR3234 by Anders Carlsson · 16 years ago
  18. d8df682 Fix http://llvm.org/bugs/show_bug.cgi?id=3189. by Steve Naroff · 16 years ago
  19. 0b65b1d Consolidated property check into property-typecheck-1.m file. by Fariborz Jahanian · 16 years ago
  20. 7d1117d Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl && "lookupFieldDeclForIvar no storage for class"). by Steve Naroff · 16 years ago
  21. bc1c877 Semantics of @protocol attributes. by Fariborz Jahanian · 16 years ago
  22. 105ec4b Patch to check for ObjC's property type. by Fariborz Jahanian · 16 years ago
  23. 3281eff Diagnose that ivars in current and super class may not by Fariborz Jahanian · 16 years ago
  24. bc76dd0 The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpected type"), function mergeTypes, by Steve Naroff · 16 years ago
  25. 4e78fd0 Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpected type"), function mergeTypes, by Steve Naroff · 16 years ago
  26. c0febd5 Fix <rdar://problem/6418623> Bogus block type compatibility warning. by Steve Naroff · 16 years ago
  27. 91b51a9 Prevent bogus warning on unimplemented setter/getter when user by Fariborz Jahanian · 16 years ago
  28. d82565f Add testcase for commit r60781. by Steve Naroff · 16 years ago
  29. b79c01e ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories protocols. by Steve Naroff · 16 years ago
  30. ba45da8 Changed 'readonly' 'retain/copy' diagnostics into by Fariborz Jahanian · 16 years ago
  31. 9bfb2a2 Since we do not allow a readonly property to be 'copy'retain', we by Fariborz Jahanian · 16 years ago
  32. 1ac2bc4 Use of properties declared in protocols in the category by Fariborz Jahanian · 16 years ago
  33. 196d0ed Improve error reporting of property and setter/getter type mimatches. by Fariborz Jahanian · 16 years ago
  34. 567c8df Patch to diagnose a variety of misuse of property by Fariborz Jahanian · 16 years ago
  35. ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
  36. a8ef2ec Fixed a test case. Added a test case showing property setter's by Fariborz Jahanian · 16 years ago
  37. 8daab97 (instance/class) Method type checking between class and its implementation. by Fariborz Jahanian · 16 years ago
  38. de73941 Patch for diagnosing type mismatch between by Fariborz Jahanian · 16 years ago
  39. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  40. 06de37b Output better diagnostics for continuation class by Fariborz Jahanian · 16 years ago
  41. b16308f Removed a FIXME. Added a test case for anonymous category. by Fariborz Jahanian · 16 years ago
  42. 8cf0bb3 Set default property attributes on each property. by Fariborz Jahanian · 16 years ago
  43. 7ffd0de Fix a minor typo in the handling of the conditional operator for Objective-C interface pointers by Douglas Gregor · 16 years ago
  44. 6669db9 Patch to allow over-riding of readonly property to by Fariborz Jahanian · 16 years ago
  45. e793a6e Patch to remove bogus waring when a property declaration by Fariborz Jahanian · 16 years ago
  46. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  47. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  48. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  49. 0947b4e Rewrite FindDiagnostics to be more strict about the formatting of the by Chris Lattner · 16 years ago
  50. 1326a3d convert some more warnings to NOTEs. by Chris Lattner · 16 years ago
  51. 8b265bd remove warn_previous_declaration by Chris Lattner · 16 years ago
  52. 28eb7e9 make the 'to match this' diagnostic a note. by Chris Lattner · 16 years ago
  53. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  54. b8b96af make some objc redefinition warnings more consistent: call definitions by Chris Lattner · 16 years ago
  55. 6ff0fc3 Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic. by Chris Lattner · 16 years ago
  56. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  57. ba8d2d6 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
  58. b7611f2 And a test case for my last patch. by Fariborz Jahanian · 16 years ago
  59. 2c21a07 merge some simple call diagnostics. by Chris Lattner · 16 years ago
  60. 24b93f2 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
  61. 80b0b42 Added a test case for __weak field decls. Change SetVarDeclObjCAttribute by Fariborz Jahanian · 16 years ago
  62. 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
  63. cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
  64. 87d3ef0 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
  65. a8069f1 Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
  66. d7612e1 Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
  67. a5ad863 Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binary expression ('id<NSTableViewDelegate>' and 'XCExtendedArrayController *'). by Steve Naroff · 16 years ago
  68. 8970fea Fix <rdar://problem/6311947> clang on xcode (regression): error: use of undeclared identifier 'expandedValue'. by Steve Naroff · 16 years ago
  69. 7692ed6 Fix <rdar://problem/6257675> error: member reference base type ('NSUserDefaults *') is not a structure or union. by Steve Naroff · 16 years ago
  70. 2bd0372 Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects by Steve Naroff · 16 years ago
  71. d7333c2 Fix a crasher during error recovery in Parser::ParseObjCTypeName(). by Steve Naroff · 16 years ago
  72. fe6b0dc Fix <rdar://problem/6261178> clang-on-xcode: [sema] multiple method warning is over enthusiastic. by Steve Naroff · 16 years ago
  73. 18bc164 Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on id<protocol>. by Steve Naroff · 16 years ago
  74. 87f3b93 Sema::CheckCompareOperands() and ASTContext::mergeTypes(): Change handling of ObjC qualified id types to be consistent with gcc. This changes a handful of test case errors into warnings (diff will tell you which cases have changed). by Steve Naroff · 16 years ago
  75. cd9f4b3 More property attribute recovery improvements. Instead of this: by Chris Lattner · 16 years ago
  76. 9186764 add testcase for the recovery improvements in my last patch. by Chris Lattner · 16 years ago
  77. da3253d fix a crash on unnamed properties like: @property (readonly) int : 4; by Chris Lattner · 16 years ago
  78. bc662af refactor a bunch of code: by Chris Lattner · 16 years ago
  79. d3f2c10 Improve attribute parsing & tests. by Daniel Dunbar · 16 years ago
  80. 4fa4ab6 Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not match type of ivar by Steve Naroff · 16 years ago
  81. 3957907 Downgrade incompatibilities with objc qualified types (e.g. id <P>) to warnings. by Steve Naroff · 16 years ago
  82. 037cda5 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. by Steve Naroff · 16 years ago
  83. 5e0a74f Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  84. e84a864 Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. by Steve Naroff · 16 years ago
  85. 3568249 Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
  86. 085e8f7 Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
  87. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  88. 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
  89. 5e155f0 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  90. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  91. 0b7a5c0 Add XFAIL test case for: by Daniel Dunbar · 16 years ago
  92. ab49c0b Fix unintended use of doxygen comment strings. by Daniel Dunbar · 16 years ago
  93. 7ad1b1f Prevent invalid warnings about incomplete implementations for methods by Daniel Dunbar · 16 years ago
  94. 40727a4 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  95. 2307d31 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  96. 4bbef0f Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  97. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  98. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  99. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  100. 1fe379f Objective-C foreach selector elements must be lvalues. by Anders Carlsson · 16 years ago