summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch corrects problem in searching for a setter/getter method forFariborz Jahanian2008-12-021-24/+18
* Refactored checking on readonly property into a method.Fariborz Jahanian2008-11-251-0/+20
* Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner2008-11-241-2/+2
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-1/+1
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-2/+2
* Fix "possibly uninitialized" warning.Daniel Dunbar2008-08-271-1/+1
* Add addPropertyMethods implementations forDaniel Dunbar2008-08-271-12/+57
* Add ObjCPropertyDecl::isReadOnly.Daniel Dunbar2008-08-261-0/+4
* constify ObjC*::getClassMethod,getInstanceMethod Daniel Dunbar2008-08-261-10/+16
* Missed a file; part of:Daniel Dunbar2008-08-261-0/+25
* Rename ObjCPropertyImplDecl::PropertyImplKind (consistency)Daniel Dunbar2008-08-261-2/+2
* Fix return type for setter method.Daniel Dunbar2008-08-261-1/+1
* Synthesize property setter method as we do for getter.Daniel Dunbar2008-08-261-14/+38
* Fix attributes on Obj-C interfaces & methods.Daniel Dunbar2008-08-201-4/+3
* Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs.Ted Kremenek2008-08-201-0/+13
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* When constructing an ObjCIvarDecl object in Sema, provide its visibility up f...Ted Kremenek2008-07-231-2/+3
* move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,Chris Lattner2008-07-211-34/+10
* introduce a new ObjCList templated class and start moving Chris Lattner2008-07-211-21/+12
* rename setReferencedProtocolList -> addReferencedProtocols toChris Lattner2008-07-211-2/+2
* Switch initialization of the protocol list for an interface decl to useChris Lattner2008-07-211-3/+13
* Two fixes:Steve Naroff2008-07-161-2/+2
* Reclaim memory owned by ObjCForwardProtocolDecls.Ted Kremenek2008-06-061-0/+4
* Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim ...Ted Kremenek2008-06-061-0/+17
* Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to recla...Ted Kremenek2008-06-061-0/+25
* Because of a lack of a clear ownership role between ObjCInterfaceDecls andTed Kremenek2008-06-061-7/+5
* Initial work on additional memory collection for ObjC AST objects. We nowTed Kremenek2008-06-061-4/+43
* Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnM...Steve Naroff2008-06-051-0/+22
* Make sure we look through categories when searching for a classes property.Steve Naroff2008-06-041-0/+7
* fix free/delete mismatch problem in add/mergeProperties (found by valgrind)Nuno Lopes2008-05-101-4/+2
* Synthesized getter/setter method declarations need not haveFariborz Jahanian2008-05-071-2/+3
* This patch introduces declaration of getter methods for ObjC2'sFariborz Jahanian2008-05-071-0/+30
* percolate @optional/@required protocols down to ASTs forFariborz Jahanian2008-05-051-1/+2
* This patch is about merging ObjC2's properties declared in classFariborz Jahanian2008-05-021-0/+27
* Patch to build AST for property implementation declarations andFariborz Jahanian2008-04-231-0/+9
* Allow property in base class to be implemented in a Fariborz Jahanian2008-04-211-0/+4
* Continuation of work on ObjC2's properties.Fariborz Jahanian2008-04-211-0/+55
* 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
OpenPOWER on IntegriCloud