summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added property decl support for protocols.Fariborz Jahanian2008-04-171-0/+12
* Fixed a comment.Fariborz Jahanian2008-04-161-1/+1
* This patch adds support for declaraing properties in categories,Fariborz Jahanian2008-04-161-2/+14
* New AST representation for each objc2's property declaration.Fariborz Jahanian2008-04-141-1/+2
* AST generation for objc2's property declarations.Fariborz Jahanian2008-04-111-12/+3
* Add class and super class location info to ObjCInterfaceDecl...Steve Naroff2008-04-111-2/+3
* Fix a bug I introduced in my const'ification patch.Chris Lattner2008-04-061-4/+3
* This patch contains these changes:Chris Lattner2008-04-061-3/+2
* fix a number of const qualification bugs.Chris Lattner2008-04-061-1/+1
* Introduce ContextDecl, patch by Argiris Kirtzidis!Chris Lattner2008-04-041-14/+28
* clean up property memory allocation to move it into the ast classesChris Lattner2008-03-171-0/+12
* make property addition work list all other "add" methods. Do Chris Lattner2008-03-161-0/+12
* add the last two Create methods for decls, woo!Chris Lattner2008-03-161-0/+13
* add two more Create methods.Chris Lattner2008-03-161-0/+15
* simplify the way ObjCCategoryDecl's get their referenced protocols listChris Lattner2008-03-161-2/+12
* Add create methods for ObjCCategoryDecl, ObjCForwardProtocolDecl, ObjCClassDecl.Chris Lattner2008-03-161-0/+20
* minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner2008-03-161-3/+2
* Give ObjCProtocolDecl a Create method.Chris Lattner2008-03-161-0/+8
* Add create methods for ObjCIvarDecl and ObjCInterfaceDeclChris Lattner2008-03-161-0/+14
* remove some dead arguments to ObjCMethodDecl.Chris Lattner2008-03-161-5/+3
* Give ObjCMethodDecl a Create method.Chris Lattner2008-03-161-0/+20
* Split objc decl implementation out into DeclObjC.cppChris Lattner2008-03-161-0/+312
OpenPOWER on IntegriCloud