summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-118/+118
* objective-C: Don't warn of unimplemented property of protocols in Fariborz Jahanian2012-12-191-4/+15
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-118/+118
* [objc] For the ARC error that is emitted when a synthesized property implemen...Argyrios Kyrtzidis2012-12-121-3/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+5
* Address Jordan's review: comments, spaces.Anna Zaks2012-10-311-3/+3
* Fix Objective-C implicit property synthesis for C++ classes so we use valid Eli Friedman2012-10-181-10/+15
* Factor CollectClassPropertyImplementations out of Sema into ASTAnna Zaks2012-10-181-42/+12
* Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose2012-10-101-91/+0
* Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.Jordan Rose2012-10-101-35/+34
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-4/+4
* Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.Anna Zaks2012-09-271-11/+1
* [analyzer] Add experimental ObjC invalidation method checker.Anna Zaks2012-09-261-1/+2
* objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian2012-09-211-0/+53
* objective-C: don't warn about class extension property's Fariborz Jahanian2012-09-171-1/+3
* objective-C: peroform property attribute consistencyFariborz Jahanian2012-09-171-1/+3
* Fix some dead stores which the static analyzer warned about. No functionalityRichard Smith2012-09-141-2/+1
* objective-C: When checking for valid overriden propertyFariborz Jahanian2012-08-241-1/+7
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-231-2/+4
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-2/+2
* change function name in my last patch.Fariborz Jahanian2012-08-211-3/+3
* objective-C: Change rules for overriding properties in Fariborz Jahanian2012-08-211-13/+25
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-1/+1
* Fix a pair of bugs relating to properties in ARC.John McCall2012-08-201-1/+18
* Remove unused variables.Benjamin Kramer2012-08-081-2/+0
* Attaching comments to declarations during parsing: handle more Objective-C de...Dmitri Gribenko2012-07-131-0/+2
* fix a typo in my last commit. I thought I recompiled,Fariborz Jahanian2012-06-291-1/+1
* objc diagnostic: pass IdentifierInfo* to the diagnostic systemFariborz Jahanian2012-06-291-2/+2
* objective-c mrc: Issue warning for mrc, as is done for arc, whenFariborz Jahanian2012-06-271-2/+1
* objc: tweak my last patch to warn if class extensionFariborz Jahanian2012-06-201-1/+1
* objective-c: Normally, a property cannot be both 'readonly' and having a Fariborz Jahanian2012-06-201-6/+80
* objc: improved diagnostic when property autosynthesis may causeFariborz Jahanian2012-06-201-17/+19
* Restructure how the driver communicates information about theJohn McCall2012-06-201-6/+6
* objective-c: warn when autosynthesizing a property which has sameFariborz Jahanian2012-06-191-0/+16
* Documentation cleanup:James Dennett2012-06-151-3/+3
* [libclang/AST]Argyrios Kyrtzidis2012-06-081-1/+1
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-15/+15
* 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
OpenPOWER on IntegriCloud