summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the virtual getNextRedeclaration() for ObjCMethodDecl.Argyrios Kyrtzidis2009-07-211-0/+24
* Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis2009-07-211-0/+19
* - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...Argyrios Kyrtzidis2009-07-211-0/+36
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-1/+1
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-61/+42
* Adds synthesize ivars to DeclContext.Fariborz Jahanian2009-06-061-10/+0
* Use of DeclContext for objc's ivars. No functionalityFariborz Jahanian2009-06-051-6/+16
* (Next runtime only) check to see if class implements forwardInvocation method Fariborz Jahanian2009-05-221-0/+14
* The ivars in an ObjCImplementationDecl are now stored in theDouglas Gregor2009-04-231-6/+0
* PCH (de-)serialization for ObjCImplDecl. This can't be tested yet.Douglas Gregor2009-04-231-0/+1
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-231-15/+48
* Remove lookupFieldDeclFromIvar from ObjCIvarDecl interface.Daniel Dunbar2009-04-221-15/+0
* Revert r69771, I missed some (obvious) details. :/Daniel Dunbar2009-04-221-23/+5
* Mark another TypeForDecl const and make getObjCInterfaceType's argument const.Daniel Dunbar2009-04-221-1/+1
* Rework the shadow struct that is layed out for Objective-C classes.Daniel Dunbar2009-04-221-5/+23
* Make sure to mark the interface as completed when we see anDaniel Dunbar2009-04-211-0/+1
* Add pch reader/writer support for ObjCMethodDecl.Steve Naroff2009-04-201-5/+5
* Remove non-const form of lookupFieldDeclForIvar.Daniel Dunbar2009-04-201-3/+4
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-31/+44
* Fix up lookup rules for properties declared inFariborz Jahanian2009-04-021-26/+0
* Fix a bug in declaration of property in continuationFariborz Jahanian2009-04-011-0/+10
* Nonfragile ivar synthesis with property is in a continuationFariborz Jahanian2009-04-011-0/+16
* simplify some castingChris Lattner2009-03-311-7/+4
* fe support for objc2's nonfragile-abi synthesized ivars.Fariborz Jahanian2009-03-311-0/+10
* Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...Steve Naroff2009-03-011-0/+13
* "This patch addresses two FIXME on ObjCCategoryImplDecl:Chris Lattner2009-02-281-56/+6
* Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search i...Steve Naroff2009-02-261-3/+11
* Contains the following (related to problems found while investigting <rdar://...Steve Naroff2009-02-221-9/+31
* allocate and dellocate objc decl list through AST Context instead ofChris Lattner2009-02-201-2/+3
OpenPOWER on IntegriCloud