| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move some objc decl destruction out of dtors into Destroy method. | Chris Lattner | 2009-02-20 | 1 | -6/+9 |
* | All Decls have a DeclContext now, hooray! Fans of consistency rejoice. | Argyrios Kyrtzidis | 2009-02-17 | 1 | -4/+4 |
* | Remove FindIvarDeclaration. Use lookupInstanceVariable is is functionally | Fariborz Jahanian | 2009-02-16 | 1 | -16/+0 |
* | wrap long lines. | Chris Lattner | 2009-02-16 | 1 | -6/+8 |
* | Remove many references to ASTContext::getAllocator(), replacing them with cal... | Steve Naroff | 2009-01-27 | 1 | -27/+14 |
* | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -4/+3 |
* | Patch to allow @dynamic synthesis of property in a category, | Fariborz Jahanian | 2009-01-19 | 1 | -2/+11 |
* | Fix crasher due to use-after-release: DeclContext now owns all ObjCMethodDecl... | Ted Kremenek | 2009-01-12 | 1 | -18/+0 |
* | Patch to supprt case of readonly property being | Fariborz Jahanian | 2009-01-12 | 1 | -28/+0 |
* | Convert property implementation to DeclContext::addDecl(). | Steve Naroff | 2009-01-11 | 1 | -13/+1 |
* | A few property related cleanups to ObjCContainerDecl AST. | Steve Naroff | 2009-01-11 | 1 | -0/+6 |
* | Explicit declaration of property setters over-ride | Fariborz Jahanian | 2009-01-10 | 1 | -1/+7 |
* | This patch removes mergeProperties and does the property lookup | Fariborz Jahanian | 2009-01-09 | 1 | -25/+10 |
* | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor | 2009-01-09 | 1 | -1/+1 |
* | Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). | Steve Naroff | 2009-01-09 | 1 | -102/+27 |
* | Fix crash on null deference when searching for readwrite properties in | Daniel Dunbar | 2009-01-09 | 1 | -13/+15 |
* | Addressed the issue in <rdar://problem/6479085>, where we failed to | Douglas Gregor | 2009-01-09 | 1 | -18/+20 |
* | Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl::Destroy to iterate and d... | Ted Kremenek | 2009-01-08 | 1 | -10/+4 |
* | Removed ObjCContainerDecl::getPropertyMethods()...doesn't belong in the AST. | Steve Naroff | 2009-01-08 | 1 | -72/+0 |
* | Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl). | Steve Naroff | 2009-01-08 | 1 | -6/+7 |
* | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff | 2009-01-08 | 1 | -83/+44 |
* | ObjC AST cleanups/simplifications (phase 1). | Steve Naroff | 2009-01-07 | 1 | -49/+6 |
* | Fixed a bug showed up the meta-data for protocol | Fariborz Jahanian | 2008-12-22 | 1 | -2/+10 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=3189. | Steve Naroff | 2008-12-18 | 1 | -2/+2 |
* | This patch will build the Records lazily per Steve's comments. | Fariborz Jahanian | 2008-12-17 | 1 | -42/+3 |
* | Added comment to Steve's patch to clarify the case. | Fariborz Jahanian | 2008-12-17 | 1 | -0/+3 |
* | Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl... | Steve Naroff | 2008-12-17 | 1 | -0/+2 |
* | Diagnose that ivars in current and super class may not | Fariborz Jahanian | 2008-12-16 | 1 | -2/+4 |
* | Name of addLayoutToClass is confusing as no layout calculation | Fariborz Jahanian | 2008-12-15 | 1 | -2/+2 |
* | Code gen. for ivar references; including bitfield | Fariborz Jahanian | 2008-12-15 | 1 | -2/+3 |
* | Removed setRecordForDecl. Added a FIXME. | Fariborz Jahanian | 2008-12-15 | 1 | -1/+1 |
* | Patch for ObjCIvarRefExpr containing the field | Fariborz Jahanian | 2008-12-13 | 1 | -1/+15 |
* | Add storage layout to ObjC classes. | Fariborz Jahanian | 2008-12-13 | 1 | -0/+33 |
* | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -2/+2 |
* | Prevent bogus warning on unimplemented setter/getter when user | Fariborz Jahanian | 2008-12-09 | 1 | -0/+8 |
* | Support for implementation of property in the case where | Fariborz Jahanian | 2008-12-09 | 1 | -3/+4 |
* | ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories ... | Steve Naroff | 2008-12-08 | 1 | -0/+8 |
* | Use of properties declared in protocols in the category | Fariborz Jahanian | 2008-12-06 | 1 | -0/+25 |
* | Fixed a comment. | Fariborz Jahanian | 2008-12-05 | 1 | -4/+4 |
* | This test checks for duplicate implementation of the same | Fariborz Jahanian | 2008-12-05 | 1 | -0/+54 |
* | This patch corrects problem in searching for a setter/getter method for | Fariborz Jahanian | 2008-12-02 | 1 | -24/+18 |
* | Refactored checking on readonly property into a method. | Fariborz Jahanian | 2008-11-25 | 1 | -0/+20 |
* | Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it | Chris Lattner | 2008-11-24 | 1 | -2/+2 |
* | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner | 2008-11-24 | 1 | -1/+1 |
* | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -2/+2 |
* | Fix "possibly uninitialized" warning. | Daniel Dunbar | 2008-08-27 | 1 | -1/+1 |
* | Add addPropertyMethods implementations for | Daniel Dunbar | 2008-08-27 | 1 | -12/+57 |
* | Add ObjCPropertyDecl::isReadOnly. | Daniel Dunbar | 2008-08-26 | 1 | -0/+4 |
* | constify ObjC*::getClassMethod,getInstanceMethod | Daniel Dunbar | 2008-08-26 | 1 | -10/+16 |
* | Missed a file; part of: | Daniel Dunbar | 2008-08-26 | 1 | -0/+25 |