| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl... | Argyrios Kyrtzidis | 2011-11-15 | 1 | -1/+2 |
| * | ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p... | Ted Kremenek | 2011-11-14 | 1 | -11/+20 |
| * | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis | 2011-11-12 | 1 | -0/+14 |
| * | Relax restriction of assigning to 'self' in ARC when a method is attributed w... | Ted Kremenek | 2011-10-25 | 1 | -2/+2 |
| * | Don't forget to complete the objc interface before asking for information, | Argyrios Kyrtzidis | 2011-10-19 | 1 | -0/+9 |
| * | Have ObjCMethodDecl::getCanonicalDecl take into account redeclared methods. | Argyrios Kyrtzidis | 2011-10-17 | 1 | -0/+4 |
| * | Keep track when a ObjC interface/protocol was initially created as a forward ... | Argyrios Kyrtzidis | 2011-10-17 | 1 | -4/+6 |
| * | [PCH] Serialize info about redeclared objc methods. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -2/+4 |
| * | Really protect from infinite loop when there are objc method redeclarations. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -0/+12 |
| * | Keep track of objc method redeclarations in the same interface. | Argyrios Kyrtzidis | 2011-10-14 | 1 | -1/+5 |
| * | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -12/+17 |
| * | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis | 2011-10-03 | 1 | -1/+36 |
| * | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis | 2011-10-03 | 1 | -0/+1 |
| * | Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f... | Argyrios Kyrtzidis | 2011-10-03 | 1 | -4/+2 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
| * | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -1/+3 |
| * | Remove a few mutating ObjCCategoryDecl methods. | Argyrios Kyrtzidis | 2011-08-30 | 1 | -2/+18 |
| * | Warn on missing [super finalize] calls. | Nico Weber | 2011-08-28 | 1 | -0/+1 |
| * | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian | 2011-08-27 | 1 | -20/+15 |
| * | Fix else style. No functionality change intended. | Chad Rosier | 2011-08-17 | 1 | -2/+1 |
| * | Mark objc methods that are implicitly declared for properties (not user-decla... | Argyrios Kyrtzidis | 2011-08-17 | 1 | -1/+3 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -3/+3 |
| * | Move this ObjCImplementationDecl member function into libAST | John McCall | 2011-07-22 | 1 | -0/+13 |
| * | 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 |