aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaObjCProperty.cpp
AgeCommit message (Expand)Author
2010-06-29This patch fixes a bug whereby, clang skipped Fariborz Jahanian
2010-06-22Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian
2010-06-04Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.John McCall
2010-06-04Remember type source information for Objective C property declarations.John McCall
2010-05-18Misc. fixes to bring Objetive-C++'s handling ofFariborz Jahanian
2010-05-18Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...Ted Kremenek
2010-05-15Substantially alter the design of the Objective C type AST by introducingJohn McCall
2010-05-15Recognize when the named return value optimization applies in aDouglas Gregor
2010-05-14Implement new default property synthesis rules. Essentially, no longerFariborz Jahanian
2010-05-05This patch deals with Sema Part of Setter/Getter synthesisFariborz Jahanian
2010-05-03Do not issue warning on unimplemented property in the class, if itFariborz Jahanian
2010-04-29Properties cannot be synthesized by-dafult inFariborz Jahanian
2010-04-21Improve on source location of diagnostic when defaultFariborz Jahanian
2010-04-19Keep track of the actual storage specifier written on a variable orDouglas Gregor
2010-04-15Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor
2010-04-09Fixes a regression caused by implementing cstyle methods Fariborz Jahanian
2010-04-06Minor clean up.Fariborz Jahanian
2010-04-06default access for synthesize ivar is @protect.Fariborz Jahanian
2010-04-05Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions.Ted Kremenek
2010-04-05Fix possible null dereference by bailing out of CheckObjCPropertyAttributes()...Ted Kremenek
2010-04-02Sema/Obj-C: Narrow type, and simplify.Daniel Dunbar
2010-03-30Recognize __attribute__((NSObject)) directly appliedFariborz Jahanian
2010-03-23Improve diagnostic for @property/ivar type mismatch by including the types of...Ted Kremenek
2010-03-22Set the relevent attributes declared in class extensionFariborz Jahanian
2010-03-18Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD...Ted Kremenek
2010-03-15Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.Ted Kremenek
2010-03-15Correctly determine if the @property has been previously declared. IfTed Kremenek
2010-03-12Split Sema::ActOnProperty() into two recursive functions to clearly separateTed Kremenek
2010-03-12Fix 80 col violations.Ted Kremenek
2010-03-12Move 'ActOn' methods to the beginning of the fileTed Kremenek
2010-03-12Split Sema logic for ObjC @property and @synthesize intoTed Kremenek