aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaObjCProperty.cpp
AgeCommit message (Expand)Author
2012-02-29objective-c: provide fixit hint when atomic property does notFariborz Jahanian
2012-02-28[AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis
2012-02-28[AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis
2012-02-23objective-c default synthesis. classes which adopt protocol propertiesFariborz Jahanian
2012-02-21Don't crash on attempts to synthesize an invalid property.John McCall
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-02-02Further enhance comment for property in continuation class.Fariborz Jahanian
2012-02-02objc: comment the code which allows narroing of property objectFariborz Jahanian
2012-02-02objective-c: When redeclaraing in continuation class a 'readonly'Fariborz Jahanian
2012-01-11minor refactoring to improve compile-time performance.Fariborz Jahanian
2012-01-11objc-arc: evaluate 'readonly' property with no knownFariborz Jahanian
2012-01-10objc++: patch for IRgen for atomic properties ofFariborz Jahanian
2012-01-05After further discussion, rename attribute 'objc_disable_automatic_synthesis'...Ted Kremenek
2012-01-04objc: When issuing warning for missing synthesis forFariborz Jahanian
2012-01-04In non-gc, non-arc mode, property of 'Class' typeFariborz Jahanian
2012-01-03objc: use objc_suppress_autosynthesis attribute on classesFariborz Jahanian
2011-12-15objc: do not auto synthesize properties declared inFariborz Jahanian
2011-12-15Replace all comparisons between ObjCInterfaceDecl pointers with callsDouglas Gregor
2011-12-09objc-arc: diagnose synthesis of a 'weak unavailable' property.Fariborz Jahanian
2011-11-28objc: turn warning for property type mismatch in Fariborz Jahanian
2011-11-14[PCH] Do not crash if a class extension in a chained PCH introduces/redeclare...Argyrios Kyrtzidis
2011-11-08objc-arc: 'readonly' property of retainable objectFariborz Jahanian
2011-11-06Make sure when setting AttributesAsWritten of a property that they do notArgyrios Kyrtzidis
2011-11-01objc: warn if a readonly property has a setter attribute too.Fariborz Jahanian
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-18Set the objc "property attributes as written" for extension properties as well.Argyrios Kyrtzidis
2011-10-15obj-c++: allow the getter/setter to return/take parametersFariborz Jahanian
2011-10-13objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian
2011-10-12Fix typo in name of diagnostic.Ted Kremenek
2011-10-12objc: note location of the previously declaredFariborz Jahanian
2011-10-10objc: err on a property designated both atomic andFariborz Jahanian
2011-10-08objc: Do not warn about mismatch on Super's readonly property attribute, Fariborz Jahanian
2011-10-07objc++: some minor cleanup and a test caseFariborz Jahanian
2011-10-06objc: Improve on diagnostic when atomic proeprty is synthesizedFariborz Jahanian
2011-10-06objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian
2011-10-04objc: Turn diagnostic on property type mismatch inFariborz Jahanian
2011-10-03Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis
2011-10-03Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis
2011-10-03Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...Argyrios Kyrtzidis
2011-09-27Include prefix with default synthesized ivars.Ted Kremenek
2011-09-27objc - don't complain about unimplemented property when conformingFariborz Jahanian
2011-09-26objc - compare setter/property types usingFariborz Jahanian
2011-09-26objc - in matching setter argument type to its property type,Fariborz Jahanian
2011-09-24objc - redeclaration of property in extension classFariborz Jahanian
2011-09-19CurContext cannot be null ever.Fariborz Jahanian
2011-09-17objc: Don't crash with decl context for property impl.Fariborz Jahanian
2011-09-14objc-arc: warn when a 'retain' block property isFariborz Jahanian