aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaObjCProperty.cpp
AgeCommit message (Expand)Author
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