summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Diagnose that ivars in current and super class may notFariborz Jahanian2008-12-161-2/+4
* Name of addLayoutToClass is confusing as no layout calculationFariborz Jahanian2008-12-151-2/+2
* Code gen. for ivar references; including bitfieldFariborz Jahanian2008-12-151-2/+3
* Removed setRecordForDecl. Added a FIXME.Fariborz Jahanian2008-12-151-1/+1
* Patch for ObjCIvarRefExpr containing the fieldFariborz Jahanian2008-12-131-1/+15
* Add storage layout to ObjC classes.Fariborz Jahanian2008-12-131-0/+33
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-2/+2
* Prevent bogus warning on unimplemented setter/getter when userFariborz Jahanian2008-12-091-0/+8
* Support for implementation of property in the case whereFariborz Jahanian2008-12-091-3/+4
* ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories ...Steve Naroff2008-12-081-0/+8
* Use of properties declared in protocols in the categoryFariborz Jahanian2008-12-061-0/+25
* Fixed a comment.Fariborz Jahanian2008-12-051-4/+4
* This test checks for duplicate implementation of the same Fariborz Jahanian2008-12-051-0/+54
* 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
OpenPOWER on IntegriCloud