1. ee49d04 Fix crasher due to use-after-release: DeclContext now owns all ObjCMethodDecls, and shouldn't be released elsewhere. by Ted Kremenek · 16 years ago
  2. d1fa644 Patch to supprt case of readonly property being by Fariborz Jahanian · 16 years ago
  3. 93983f8 Convert property implementation to DeclContext::addDecl(). by Steve Naroff · 16 years ago
  4. 6327e0d A few property related cleanups to ObjCContainerDecl AST. by Steve Naroff · 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. f8d49f6 Provide a new kind of iterator, the specific_decl_iterator, that by Douglas Gregor · 16 years ago
  8. 09c4719 Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). by Steve Naroff · 16 years ago
  9. 84efc04 Fix crash on null deference when searching for readwrite properties in by Daniel Dunbar · 16 years ago
  10. d043410 Addressed the issue in <rdar://problem/6479085>, where we failed to by Douglas Gregor · 16 years ago
  11. 6321c0a Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl::Destroy to iterate and destroy all contained ObjCMethodDecls in one sweep. This fixes a use-after-free error found by valgrind. by Ted Kremenek · 16 years ago
  12. 92f863b Removed ObjCContainerDecl::getPropertyMethods()...doesn't belong in the AST. by Steve Naroff · 16 years ago
  13. 3e0a540 Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl). by Steve Naroff · 16 years ago
  14. 0701bbb This is a large/messy diff that unifies the ObjC AST's with DeclContext. by Steve Naroff · 16 years ago
  15. e4f039e ObjC AST cleanups/simplifications (phase 1). by Steve Naroff · 16 years ago
  16. 669e8d3 Fixed a bug showed up the meta-data for protocol by Fariborz Jahanian · 16 years ago
  17. d8df682 Fix http://llvm.org/bugs/show_bug.cgi?id=3189. by Steve Naroff · 16 years ago
  18. a769c00 This patch will build the Records lazily per Steve's comments. by Fariborz Jahanian · 16 years ago
  19. c9ca4a2 Added comment to Steve's patch to clarify the case. 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. 3281eff Diagnose that ivars in current and super class may not by Fariborz Jahanian · 16 years ago
  22. 9ee92e8 Name of addLayoutToClass is confusing as no layout calculation by Fariborz Jahanian · 16 years ago
  23. fd64bb6 Code gen. for ivar references; including bitfield ivars. by Fariborz Jahanian · 16 years ago
  24. 9fbb609 Removed setRecordForDecl. Added a FIXME. by Fariborz Jahanian · 16 years ago
  25. aaa63a7 Patch for ObjCIvarRefExpr containing the field by Fariborz Jahanian · 16 years ago
  26. 60f8c86 Add storage layout to ObjC classes. by Fariborz Jahanian · 16 years ago
  27. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
  28. 91b51a9 Prevent bogus warning on unimplemented setter/getter when user by Fariborz Jahanian · 16 years ago
  29. fef30b5 Support for implementation of property in the case where by Fariborz Jahanian · 16 years ago
  30. b79c01e ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories protocols. by Steve Naroff · 16 years ago
  31. 1ac2bc4 Use of properties declared in protocols in the category by Fariborz Jahanian · 16 years ago
  32. 9482a4f Fixed a comment. by Fariborz Jahanian · 16 years ago
  33. ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
  34. b85cce6 This patch corrects problem in searching for a setter/getter method for by Fariborz Jahanian · 16 years ago
  35. 31afbf0 Refactored checking on readonly property into a method. by Fariborz Jahanian · 16 years ago
  36. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  37. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  38. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  39. e86d923 Fix "possibly uninitialized" warning. by Daniel Dunbar · 16 years ago
  40. 7b47322 Add addPropertyMethods implementations for by Daniel Dunbar · 16 years ago
  41. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  42. 3216dcd constify ObjC*::getClassMethod,getInstanceMethod by Daniel Dunbar · 16 years ago
  43. 08a356c Missed a file; part of: by Daniel Dunbar · 16 years ago
  44. 9f0afd4 Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) by Daniel Dunbar · 16 years ago
  45. 5fa6331 Fix return type for setter method. by Daniel Dunbar · 16 years ago
  46. 4d7da2f Synthesize property setter method as we do for getter. by Daniel Dunbar · 16 years ago
  47. f641492 Fix attributes on Obj-C interfaces & methods. by Daniel Dunbar · 16 years ago
  48. 01e6779 Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs. by Ted Kremenek · 16 years ago
  49. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  50. b8db21d When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards. by Ted Kremenek · 16 years ago
  51. 780f329 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 16 years ago
  52. 3db6cae introduce a new ObjCList templated class and start moving by Chris Lattner · 16 years ago
  53. f7b2c98 rename setReferencedProtocolList -> addReferencedProtocols to by Chris Lattner · 16 years ago
  54. b752f28 Switch initialization of the protocol list for an interface decl to use by Chris Lattner · 16 years ago
  55. 8f3b265 Two fixes: by Steve Naroff · 16 years ago
  56. 05ac3ef Reclaim memory owned by ObjCForwardProtocolDecls. by Ted Kremenek · 16 years ago
  57. 400d95f Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 16 years ago
  58. 1c8a413 Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 16 years ago
  59. 1a726d7 Because of a lack of a clear ownership role between ObjCInterfaceDecls and by Ted Kremenek · 16 years ago
  60. 8a77931 Initial work on additional memory collection for ObjC AST objects. We now by Ted Kremenek · 16 years ago
  61. 3d2c22b Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnMemberReferenceExpr. by Steve Naroff · 16 years ago
  62. 6c930f2 Make sure we look through categories when searching for a classes property. by Steve Naroff · 16 years ago
  63. 6b3502c fix free/delete mismatch problem in add/mergeProperties (found by valgrind) by Nuno Lopes · 16 years ago
  64. 4607034 Synthesized getter/setter method declarations need not have by Fariborz Jahanian · 16 years ago
  65. 33de3f0 This patch introduces declaration of getter methods for ObjC2's by Fariborz Jahanian · 16 years ago
  66. 46b55e5 percolate @optional/@required protocols down to ASTs for by Fariborz Jahanian · 16 years ago
  67. aebf0cb This patch is about merging ObjC2's properties declared in class by Fariborz Jahanian · 16 years ago
  68. 628b96f Patch to build AST for property implementation declarations and by Fariborz Jahanian · 16 years ago
  69. c70bee8 Allow property in base class to be implemented in a derived class. by Fariborz Jahanian · 16 years ago
  70. 559c0c4 Continuation of work on ObjC2's properties. by Fariborz Jahanian · 16 years ago
  71. 3dd4ba4 Added property decl support for protocols. by Fariborz Jahanian · 16 years ago
  72. d9a3c33 Fixed a comment. by Fariborz Jahanian · 16 years ago
  73. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  74. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 16 years ago
  75. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 16 years ago
  76. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 16 years ago
  77. 5619688 Fix a bug I introduced in my const'ification patch. by Chris Lattner · 16 years ago
  78. b048c98 This patch contains these changes: by Chris Lattner · 16 years ago
  79. e0def75 fix a number of const qualification bugs. by Chris Lattner · 16 years ago
  80. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 16 years ago
  81. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 16 years ago
  82. 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 16 years ago
  83. f8d17a5 add the last two Create methods for decls, woo! by Chris Lattner · 16 years ago
  84. 75c9cae add two more Create methods. by Chris Lattner · 16 years ago
  85. 68c82cf simplify the way ObjCCategoryDecl's get their referenced protocols list by Chris Lattner · 16 years ago
  86. 61f9d41 Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl. by Chris Lattner · 16 years ago
  87. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 16 years ago
  88. cca59d7 Give ObjCProtocolDecl a Create method. by Chris Lattner · 16 years ago
  89. 0e77ba0 Add create methods for ObjCIvarDecl and ObjCInterfaceDecl by Chris Lattner · 16 years ago
  90. b06fa3b remove some dead arguments to ObjCMethodDecl. by Chris Lattner · 16 years ago
  91. 6c4ae5d Give ObjCMethodDecl a Create method. by Chris Lattner · 16 years ago
  92. 1e03a56 Split objc decl implementation out into DeclObjC.cpp by Chris Lattner · 16 years ago