| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | objc-arc: enforce performSelector rules in rejecting retaining selectors | Fariborz Jahanian | 2011-07-05 | 1 | -0/+28 |
* | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall | 2011-06-17 | 1 | -3/+9 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -2/+22 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+3 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -4/+7 |
* | Work around a misdesigned GCC warning. | John McCall | 2011-03-02 | 1 | -1/+1 |
* | Provide an attribute, objc_method_family, to allow the inferred family | John McCall | 2011-03-02 | 1 | -0/+16 |
* | Move some of the logic about classifying Objective-C methods into | John McCall | 2011-03-02 | 1 | -0/+42 |
* | Diagnose when accessing property in a class method and | Fariborz Jahanian | 2010-12-03 | 1 | -4/+6 |
* | Extend ExternalASTSource with the ability to lazily complete the | Douglas Gregor | 2010-12-01 | 1 | -1/+31 |
* | For an Objective-C @synthesize statement, e.g., | Douglas Gregor | 2010-11-17 | 1 | -3/+10 |
* | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 1 | -1/+1 |
* | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek | 2010-09-01 | 1 | -20/+20 |
* | Support for IRGen of synthesize bitfield ivars in | Fariborz Jahanian | 2010-08-23 | 1 | -3/+10 |
* | objective-c ivar refactoring patch. Iterations | Fariborz Jahanian | 2010-08-20 | 1 | -1/+55 |
* | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor | 2010-08-11 | 1 | -23/+3 |
* | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 1 | -3/+23 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -70/+1 |
* | atch for implementation of objective-c's -Wselector | Fariborz Jahanian | 2010-07-22 | 1 | -1/+3 |
* | Patch to synthesize property ivars on demand as | Fariborz Jahanian | 2010-07-17 | 1 | -2/+3 |
* | Patch to provide separate ASTs for multiple ObjC class extension | Fariborz Jahanian | 2010-06-22 | 1 | -6/+15 |
* | Remember type source information for Objective C property declarations. | John McCall | 2010-06-04 | 1 | -1/+1 |
* | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -0/+12 |
* | Implement method type encoding in the presense | Fariborz Jahanian | 2010-04-08 | 1 | -2/+4 |
* | AST: Add ObjCIvarDecl::getContainingInterface(). | Daniel Dunbar | 2010-04-02 | 1 | -0/+23 |
* | Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria... | Daniel Dunbar | 2010-04-02 | 1 | -1/+17 |
* | Make the CIndex API more resilient to being used on invalid code. | Ted Kremenek | 2010-03-19 | 1 | -1/+4 |
* | Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to Obj... | Ted Kremenek | 2010-03-15 | 1 | -10/+9 |
* | Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup | Ted Kremenek | 2010-03-15 | 1 | -33/+42 |
* | Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. | Ted Kremenek | 2010-03-15 | 1 | -0/+13 |
* | Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality | Ted Kremenek | 2010-03-11 | 1 | -1/+0 |
* | Keep track of type source information in the return type of an | Douglas Gregor | 2010-03-08 | 1 | -3/+4 |
* | More support for ivars in class extension. | Fariborz Jahanian | 2010-02-23 | 1 | -0/+17 |
* | Class continuation now has its own property ast for | Fariborz Jahanian | 2010-02-15 | 1 | -6/+8 |
* | Patch to implement rewriting of properties. | Fariborz Jahanian | 2010-01-21 | 1 | -1/+2 |
* | Improve location information for Objective-C category declarations. We | Douglas Gregor | 2010-01-16 | 1 | -2/+4 |
* | Keep track of the source locations for each protocol reference in | Douglas Gregor | 2010-01-16 | 1 | -8/+31 |
* | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -2/+2 |
* | Add ObjCClassDecl::getSourceRange(). | Ted Kremenek | 2009-11-18 | 1 | -0/+6 |
* | Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ... | Ted Kremenek | 2009-11-18 | 1 | -13/+28 |
* | Property declared in continuation class can only be used to | Fariborz Jahanian | 2009-11-02 | 1 | -0/+21 |
* | - Add/tweak some comments. | Steve Naroff | 2009-10-29 | 1 | -3/+3 |
* | tweaked my last patch to 1) preserve the protocol in | Fariborz Jahanian | 2009-10-05 | 1 | -3/+1 |
* | Patch to implement Protocols on class extensions. | Fariborz Jahanian | 2009-10-05 | 1 | -0/+41 |
* | - Remove Sema::FindMethodInNestedImplementations(). | Steve Naroff | 2009-10-01 | 1 | -1/+10 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -37/+37 |
* | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson | 2009-09-08 | 1 | -17/+0 |
* | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -2/+3 |
* | Patch to warn if a property which is 'assign' by default | Fariborz Jahanian | 2009-08-11 | 1 | -0/+45 |
* | Implement ObjCMethodDecl::getCanonicalDecl(). | Argyrios Kyrtzidis | 2009-07-28 | 1 | -0/+20 |