aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaObjCProperty.cpp
AgeCommit message (Expand)Author
2012-06-29objc diagnostic: pass IdentifierInfo* to the diagnostic systemFariborz Jahanian
2012-06-27objective-c mrc: Issue warning for mrc, as is done for arc, whenFariborz Jahanian
2012-06-20objc: tweak my last patch to warn if class extensionFariborz Jahanian
2012-06-20objective-c: Normally, a property cannot be both 'readonly' and having a Fariborz Jahanian
2012-06-20objc: improved diagnostic when property autosynthesis may causeFariborz Jahanian
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-19objective-c: warn when autosynthesizing a property which has sameFariborz Jahanian
2012-06-15Documentation cleanup:James Dennett
2012-06-08[libclang/AST]Argyrios Kyrtzidis
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-05-29objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian
2012-05-27Use the SelectorSet typedef more widely throughout Sema.Benjamin Kramer
2012-05-21Remove unused argument in my last patch.Fariborz Jahanian
2012-05-21objective-c: When default synthesizing readonly IBOutlet propertiesFariborz Jahanian
2012-05-19objective-c: Warn if default synthesizing readonly IBOutlet propertiesFariborz Jahanian
2012-05-15objective-c: perform strict type checking on propertyFariborz Jahanian
2012-05-15objc: avoid duplicate diagnostics on certain type mismatchesFariborz Jahanian
2012-05-09[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis
2012-05-08Fixes a typo. note_xxx not not_xxx.Fariborz Jahanian
2012-05-04Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor
2012-05-03objective-c: warn for properties being default synthesizedFariborz Jahanian
2012-05-01Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-03-13Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
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