summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up lookup rules for properties declared inFariborz Jahanian2009-04-021-26/+0
* Fix a bug in declaration of property in continuationFariborz Jahanian2009-04-011-0/+10
* Nonfragile ivar synthesis with property is in a continuationFariborz Jahanian2009-04-011-0/+16
* simplify some castingChris Lattner2009-03-311-7/+4
* fe support for objc2's nonfragile-abi synthesized ivars.Fariborz Jahanian2009-03-311-0/+10
* Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...Steve Naroff2009-03-011-0/+13
* "This patch addresses two FIXME on ObjCCategoryImplDecl:Chris Lattner2009-02-281-56/+6
* Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search i...Steve Naroff2009-02-261-3/+11
* Contains the following (related to problems found while investigting <rdar://...Steve Naroff2009-02-221-9/+31
* allocate and dellocate objc decl list through AST Context instead ofChris Lattner2009-02-201-2/+3
* add plumbing to get ASTContext& down to allocation/deallocation points in Obj...Chris Lattner2009-02-201-19/+29
* newly factored, we can now move the set and destroy methods out of line.Chris Lattner2009-02-201-0/+20
* rename ObjCList::clear() -> ObjCList::Destroy(). Require that destroy is calledChris Lattner2009-02-201-6/+6
* rearrange the contents of DeclObjC to be by-class. Fix some 80 column issuesChris Lattner2009-02-201-328/+367
* destroy should forward to base class.Chris Lattner2009-02-201-0/+1
* move the @implementation ivar list to being an ObjCList, which preventsChris Lattner2009-02-201-12/+6
* remove some slow O(n) methods.Chris Lattner2009-02-201-19/+0
* Change ObjCForwardProtocolDecl to use an ObjCList.Chris Lattner2009-02-201-11/+6
* move the interace list of @class to use ObjCList.Chris Lattner2009-02-201-16/+3
* remove a dead list.Chris Lattner2009-02-201-2/+1
* switch ObjCMethodDecl's parameter list from being explicitly managed to an Ob...Chris Lattner2009-02-201-14/+1
* switch the interface ivar list from being explicitly managed to using ObjCList.Chris Lattner2009-02-201-17/+2
* move more objc destruction out of dtors into Destroy.Chris Lattner2009-02-201-11/+42
* move some objc decl destruction out of dtors into Destroy method.Chris Lattner2009-02-201-6/+9
* All Decls have a DeclContext now, hooray! Fans of consistency rejoice.Argyrios Kyrtzidis2009-02-171-4/+4
* Remove FindIvarDeclaration. Use lookupInstanceVariable is is functionallyFariborz Jahanian2009-02-161-16/+0
* wrap long lines.Chris Lattner2009-02-161-6/+8
* Remove many references to ASTContext::getAllocator(), replacing them with cal...Steve Naroff2009-01-271-27/+14
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-4/+3
* Patch to allow @dynamic synthesis of property in a category,Fariborz Jahanian2009-01-191-2/+11
* Fix crasher due to use-after-release: DeclContext now owns all ObjCMethodDecl...Ted Kremenek2009-01-121-18/+0
* Patch to supprt case of readonly property being Fariborz Jahanian2009-01-121-28/+0
* Convert property implementation to DeclContext::addDecl().Steve Naroff2009-01-111-13/+1
* A few property related cleanups to ObjCContainerDecl AST.Steve Naroff2009-01-111-0/+6
* Explicit declaration of property setters over-rideFariborz Jahanian2009-01-101-1/+7
* This patch removes mergeProperties and does the property lookupFariborz Jahanian2009-01-091-25/+10
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-091-1/+1
* Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).Steve Naroff2009-01-091-102/+27
* Fix crash on null deference when searching for readwrite properties inDaniel Dunbar2009-01-091-13/+15
* Addressed the issue in <rdar://problem/6479085>, where we failed toDouglas Gregor2009-01-091-18/+20
* Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl::Destroy to iterate and d...Ted Kremenek2009-01-081-10/+4
* Removed ObjCContainerDecl::getPropertyMethods()...doesn't belong in the AST.Steve Naroff2009-01-081-72/+0
* Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl).Steve Naroff2009-01-081-6/+7
* This is a large/messy diff that unifies the ObjC AST's with DeclContext.Steve Naroff2009-01-081-83/+44
* ObjC AST cleanups/simplifications (phase 1).Steve Naroff2009-01-071-49/+6
* Fixed a bug showed up the meta-data for protocol Fariborz Jahanian2008-12-221-2/+10
* Fix http://llvm.org/bugs/show_bug.cgi?id=3189.Steve Naroff2008-12-181-2/+2
* This patch will build the Records lazily per Steve's comments.Fariborz Jahanian2008-12-171-42/+3
* Added comment to Steve's patch to clarify the case.Fariborz Jahanian2008-12-171-0/+3
* Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl...Steve Naroff2008-12-171-0/+2
OpenPOWER on IntegriCloud