summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian2012-05-291-3/+3
* Use the SelectorSet typedef more widely throughout Sema.Benjamin Kramer2012-05-271-1/+1
* Remove unused argument in my last patch.Fariborz Jahanian2012-05-211-3/+2
* objective-c: When default synthesizing readonly IBOutlet propertiesFariborz Jahanian2012-05-211-54/+42
* objective-c: Warn if default synthesizing readonly IBOutlet propertiesFariborz Jahanian2012-05-191-0/+67
* objective-c: perform strict type checking on propertyFariborz Jahanian2012-05-151-13/+34
* objc: avoid duplicate diagnostics on certain type mismatchesFariborz Jahanian2012-05-151-16/+18
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-091-0/+12
* Fixes a typo. note_xxx not not_xxx.Fariborz Jahanian2012-05-081-1/+1
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-041-2/+2
* objective-c: warn for properties being default synthesizedFariborz Jahanian2012-05-031-5/+10
* Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman2012-05-011-18/+36
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-18/+18
* 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
OpenPOWER on IntegriCloud