aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclObjC.cpp
AgeCommit message (Expand)Author
2008-07-21rename setReferencedProtocolList -> addReferencedProtocols toChris Lattner
2008-07-21Switch initialization of the protocol list for an interface decl to useChris Lattner
2008-07-16Two fixes:Steve Naroff
2008-06-06Reclaim memory owned by ObjCForwardProtocolDecls.Ted Kremenek
2008-06-06Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim ...Ted Kremenek
2008-06-06Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to recla...Ted Kremenek
2008-06-06Because of a lack of a clear ownership role between ObjCInterfaceDecls andTed Kremenek
2008-06-06Initial work on additional memory collection for ObjC AST objects. We nowTed Kremenek
2008-06-05Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnM...Steve Naroff
2008-06-04Make sure we look through categories when searching for a classes property.Steve Naroff
2008-05-10fix free/delete mismatch problem in add/mergeProperties (found by valgrind)Nuno Lopes
2008-05-07Synthesized getter/setter method declarations need not haveFariborz Jahanian
2008-05-07This patch introduces declaration of getter methods for ObjC2'sFariborz Jahanian
2008-05-05percolate @optional/@required protocols down to ASTs forFariborz Jahanian
2008-05-02This patch is about merging ObjC2's properties declared in classFariborz Jahanian
2008-04-23Patch to build AST for property implementation declarations andFariborz Jahanian
2008-04-21Allow property in base class to be implemented in a Fariborz Jahanian
2008-04-21Continuation of work on ObjC2's properties.Fariborz Jahanian
2008-04-17Added property decl support for protocols.Fariborz Jahanian
2008-04-16Fixed a comment.Fariborz Jahanian
2008-04-16This patch adds support for declaraing properties in categories,Fariborz Jahanian
2008-04-14New AST representation for each objc2's property declaration.Fariborz Jahanian
2008-04-11AST generation for objc2's property declarations.Fariborz Jahanian
2008-04-11Add class and super class location info to ObjCInterfaceDecl...Steve Naroff
2008-04-06Fix a bug I introduced in my const'ification patch.Chris Lattner
2008-04-06This patch contains these changes:Chris Lattner
2008-04-06fix a number of const qualification bugs.Chris Lattner
2008-04-04Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner
2008-03-17clean up property memory allocation to move it into the ast classesChris Lattner
2008-03-16make property addition work list all other "add" methods. Do Chris Lattner
2008-03-16add the last two Create methods for decls, woo!Chris Lattner
2008-03-16add two more Create methods.Chris Lattner
2008-03-16simplify the way ObjCCategoryDecl's get their referenced protocols listChris Lattner
2008-03-16Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl.Chris Lattner
2008-03-16minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner
2008-03-16Give ObjCProtocolDecl a Create method.Chris Lattner
2008-03-16Add create methods for ObjCIvarDecl and ObjCInterfaceDeclChris Lattner
2008-03-16remove some dead arguments to ObjCMethodDecl.Chris Lattner
2008-03-16Give ObjCMethodDecl a Create method.Chris Lattner
2008-03-16Split objc decl implementation out into DeclObjC.cppChris Lattner