summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud