summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose when accessing property in a class method andFariborz Jahanian2010-12-031-4/+6
* Extend ExternalASTSource with the ability to lazily complete theDouglas Gregor2010-12-011-1/+31
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-3/+10
* Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner2010-10-301-1/+1
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-20/+20
* Support for IRGen of synthesize bitfield ivars inFariborz Jahanian2010-08-231-3/+10
* objective-c ivar refactoring patch. IterationsFariborz Jahanian2010-08-201-1/+55
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-23/+3
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-3/+23
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-70/+1
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-1/+3
* Patch to synthesize property ivars on demand asFariborz Jahanian2010-07-171-2/+3
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-6/+15
* Remember type source information for Objective C property declarations.John McCall2010-06-041-1/+1
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-0/+12
* Implement method type encoding in the presenseFariborz Jahanian2010-04-081-2/+4
* AST: Add ObjCIvarDecl::getContainingInterface().Daniel Dunbar2010-04-021-0/+23
* Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invaria...Daniel Dunbar2010-04-021-1/+17
* Make the CIndex API more resilient to being used on invalid code.Ted Kremenek2010-03-191-1/+4
* Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to Obj...Ted Kremenek2010-03-151-10/+9
* Change ObjCCategoryDecl::FindPropertyDeclaration() to lookupTed Kremenek2010-03-151-33/+42
* Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.Ted Kremenek2010-03-151-0/+13
* Remove unused 'IVars' field from ObjCInterfaceDecl. That functionalityTed Kremenek2010-03-111-1/+0
* Keep track of type source information in the return type of anDouglas Gregor2010-03-081-3/+4
* More support for ivars in class extension.Fariborz Jahanian2010-02-231-0/+17
* Class continuation now has its own property ast forFariborz Jahanian2010-02-151-6/+8
* Patch to implement rewriting of properties.Fariborz Jahanian2010-01-211-1/+2
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-2/+4
* Keep track of the source locations for each protocol reference inDouglas Gregor2010-01-161-8/+31
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-2/+2
* Add ObjCClassDecl::getSourceRange().Ted Kremenek2009-11-181-0/+6
* Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek2009-11-181-13/+28
* Property declared in continuation class can only be used toFariborz Jahanian2009-11-021-0/+21
* - Add/tweak some comments.Steve Naroff2009-10-291-3/+3
* tweaked my last patch to 1) preserve the protocol inFariborz Jahanian2009-10-051-3/+1
* Patch to implement Protocols on class extensions.Fariborz Jahanian2009-10-051-0/+41
* - Remove Sema::FindMethodInNestedImplementations().Steve Naroff2009-10-011-1/+10
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-37/+37
* Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson2009-09-081-17/+0
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-191-2/+3
* Patch to warn if a property which is 'assign' by defaultFariborz Jahanian2009-08-111-0/+45
* Implement ObjCMethodDecl::getCanonicalDecl().Argyrios Kyrtzidis2009-07-281-0/+20
* -Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...Argyrios Kyrtzidis2009-07-281-1/+11
* Use ObjCImplDecl in place of ObjCCategoryImplDecl/ObjCImplementationDecl.Argyrios Kyrtzidis2009-07-281-5/+3
* Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis2009-07-271-22/+0
* Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis2009-07-251-25/+3
* Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis2009-07-251-43/+8
* Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis2009-07-251-18/+5
* Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis2009-07-251-23/+3
* Disambiguate an if statement.Duncan Sands2009-07-211-2/+2
OpenPOWER on IntegriCloud