aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclObjC.cpp
AgeCommit message (Expand)Author
2010-12-03Diagnose when accessing property in a class method andFariborz Jahanian
2010-12-01Extend ExternalASTSource with the ability to lazily complete theDouglas Gregor
2010-11-17For an Objective-C @synthesize statement, e.g.,Douglas Gregor
2010-10-30Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner
2010-09-01Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek
2010-08-23Support for IRGen of synthesize bitfield ivars inFariborz Jahanian
2010-08-20objective-c ivar refactoring patch. IterationsFariborz Jahanian
2010-08-11Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor
2010-08-09- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl
2010-07-25Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor
2010-07-22atch for implementation of objective-c's -WselectorFariborz Jahanian
2010-07-17Patch to synthesize property ivars on demand asFariborz Jahanian
2010-06-22Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian
2010-06-04Remember type source information for Objective C property declarations.John McCall
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-04-08Implement method type encoding in the presenseFariborz Jahanian
2010-04-02AST: Add ObjCIvarDecl::getContainingInterface().Daniel Dunbar
2010-04-02Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria...Daniel Dunbar
2010-03-19Make the CIndex API more resilient to being used on invalid code.Ted Kremenek
2010-03-15Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to Obj...Ted Kremenek
2010-03-15Change ObjCCategoryDecl::FindPropertyDeclaration() to lookupTed Kremenek
2010-03-15Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.Ted Kremenek
2010-03-11Remove unused 'IVars' field from ObjCInterfaceDecl. That functionalityTed Kremenek
2010-03-08Keep track of type source information in the return type of anDouglas Gregor
2010-02-23More support for ivars in class extension.Fariborz Jahanian
2010-02-15Class continuation now has its own property ast forFariborz Jahanian
2010-01-21Patch to implement rewriting of properties.Fariborz Jahanian
2010-01-16Improve location information for Objective-C category declarations. WeDouglas Gregor
2010-01-16Keep track of the source locations for each protocol reference inDouglas Gregor
2009-12-07DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall
2009-11-18Add ObjCClassDecl::getSourceRange().Ted Kremenek
2009-11-18Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek
2009-11-02Property declared in continuation class can only be used toFariborz Jahanian
2009-10-29- Add/tweak some comments.Steve Naroff
2009-10-05tweaked my last patch to 1) preserve the protocol inFariborz Jahanian
2009-10-05Patch to implement Protocols on class extensions.Fariborz Jahanian
2009-10-01- Remove Sema::FindMethodInNestedImplementations().Steve Naroff
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-08Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson
2009-08-19Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis
2009-08-11Patch to warn if a property which is 'assign' by defaultFariborz Jahanian
2009-07-28Implement ObjCMethodDecl::getCanonicalDecl().Argyrios Kyrtzidis
2009-07-28-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...Argyrios Kyrtzidis
2009-07-28Use ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCImplementationDecl.Argyrios Kyrtzidis
2009-07-27Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis
2009-07-25Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis
2009-07-21Disambiguate an if statement.Duncan Sands