summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-33/+33
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-3/+3
* objective-c: provide fixit hint when atomic property does notFariborz Jahanian2012-02-291-8/+39
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-281-5/+5
* [AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis2012-02-281-4/+8
* objective-c default synthesis. classes which adopt protocol propertiesFariborz Jahanian2012-02-231-1/+2
* Don't crash on attempts to synthesize an invalid property.John McCall2012-02-211-0/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Further enhance comment for property in continuation class.Fariborz Jahanian2012-02-021-1/+4
* objc: comment the code which allows narroing of property objectFariborz Jahanian2012-02-021-0/+3
* objective-c: When redeclaraing in continuation class a 'readonly'Fariborz Jahanian2012-02-021-5/+12
* minor refactoring to improve compile-time performance.Fariborz Jahanian2012-01-111-2/+2
* objc-arc: evaluate 'readonly' property with no knownFariborz Jahanian2012-01-111-6/+55
* objc++: patch for IRgen for atomic properties ofFariborz Jahanian2012-01-101-2/+6
* After further discussion, rename attribute 'objc_disable_automatic_synthesis'...Ted Kremenek2012-01-051-4/+4
* objc: When issuing warning for missing synthesis forFariborz Jahanian2012-01-041-0/+9
* In non-gc, non-arc mode, property of 'Class' typeFariborz Jahanian2012-01-041-0/+9
* objc: use objc_suppress_autosynthesis attribute on classesFariborz Jahanian2012-01-031-2/+4
* objc: do not auto synthesize properties declared inFariborz Jahanian2011-12-151-1/+7
* Replace all comparisons between ObjCInterfaceDecl pointers with callsDouglas Gregor2011-12-151-2/+2
* objc-arc: diagnose synthesis of a 'weak unavailable' property.Fariborz Jahanian2011-12-091-6/+14
* objc: turn warning for property type mismatch in Fariborz Jahanian2011-11-281-1/+1
* [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare...Argyrios Kyrtzidis2011-11-141-0/+5
* objc-arc: 'readonly' property of retainable objectFariborz Jahanian2011-11-081-3/+2
* Make sure when setting AttributesAsWritten of a property that they do notArgyrios Kyrtzidis2011-11-061-4/+9
* objc: warn if a readonly property has a setter attribute too.Fariborz Jahanian2011-11-011-0/+5
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-5/+3
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-3/+5
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-5/+3
* Set the objc "property attributes as written" for extension properties as well.Argyrios Kyrtzidis2011-10-181-28/+34
* obj-c++: allow the getter/setter to return/take parametersFariborz Jahanian2011-10-151-2/+4
* objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian2011-10-131-1/+1
* Fix typo in name of diagnostic.Ted Kremenek2011-10-121-1/+1
* objc: note location of the previously declaredFariborz Jahanian2011-10-121-1/+3
* objc: err on a property designated both atomic andFariborz Jahanian2011-10-101-0/+7
* objc: Do not warn about mismatch on Super's readonly property attribute, Fariborz Jahanian2011-10-081-1/+1
* objc++: some minor cleanup and a test caseFariborz Jahanian2011-10-071-5/+2
* objc: Improve on diagnostic when atomic proeprty is synthesizedFariborz Jahanian2011-10-061-1/+3
* objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian2011-10-061-0/+15
* objc: Turn diagnostic on property type mismatch inFariborz Jahanian2011-10-041-1/+1
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-3/+3
* Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis2011-10-031-1/+2
* Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...Argyrios Kyrtzidis2011-10-031-1/+1
* Include prefix with default synthesized ivars.Ted Kremenek2011-09-271-3/+14
* objc - don't complain about unimplemented property when conformingFariborz Jahanian2011-09-271-1/+2
* objc - compare setter/property types usingFariborz Jahanian2011-09-261-2/+2
* objc - in matching setter argument type to its property type,Fariborz Jahanian2011-09-261-1/+2
* objc - redeclaration of property in extension classFariborz Jahanian2011-09-241-1/+7