summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: This is a small modification to myFariborz Jahanian2013-04-251-2/+2
* Objective-C arc: Improve disgnostics when 'weak'Fariborz Jahanian2013-04-241-2/+4
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-241-5/+35
* Revert r177948. We decided that we do not want ObjC property redeclarations ...Ted Kremenek2013-04-041-2/+0
* Be sure to check ARC conventions on the implicit method declarationsJohn McCall2013-04-041-0/+8
* Add 178663 back.Rafael Espindola2013-04-031-1/+0
* Revert 178663.Rafael Espindola2013-04-031-0/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+0
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-021-0/+2
* Objective-C: Property declaration overiding one inFariborz Jahanian2013-03-251-0/+2
* Objective-C: Tighten the rules when warningFariborz Jahanian2013-03-211-1/+2
* Objective-C: In my last path, also checkFariborz Jahanian2013-03-121-1/+2
* Objective-C: Issue warning in couple of obscure casesFariborz Jahanian2013-03-121-3/+21
* objective-C: synthesize properties in order of theirFariborz Jahanian2013-02-141-7/+10
* objective-C: When implementing custom accessor method forFariborz Jahanian2013-02-141-0/+27
* objective-C: Fixes a bogus warning due to not settingFariborz Jahanian2013-02-101-3/+13
* QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...Ted Kremenek2013-02-091-2/+2
* objective-C: don't issue bogus warning aboutFariborz Jahanian2013-02-081-12/+30
* Eliminate Sema::CompareProperties(), which was walking over a pile ofDouglas Gregor2013-01-211-56/+66
* Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, whichDouglas Gregor2013-01-211-45/+28
* Replace some unnecessary O(N^2) lookups for properties withDouglas Gregor2013-01-211-40/+53
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-17/+22
* Use Decl::getAvailability() rather than checking for the "unavailable"Douglas Gregor2013-01-081-1/+2
* 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
OpenPOWER on IntegriCloud