| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -1/+0 |
* | Objective-C: Provide fixit hints when warning | Fariborz Jahanian | 2013-04-02 | 1 | -0/+2 |
* | Objective-C: Property declaration overiding one in | Fariborz Jahanian | 2013-03-25 | 1 | -0/+2 |
* | Objective-C: Tighten the rules when warning | Fariborz Jahanian | 2013-03-21 | 1 | -1/+2 |
* | Objective-C: In my last path, also check | Fariborz Jahanian | 2013-03-12 | 1 | -1/+2 |
* | Objective-C: Issue warning in couple of obscure cases | Fariborz Jahanian | 2013-03-12 | 1 | -3/+21 |
* | objective-C: synthesize properties in order of their | Fariborz Jahanian | 2013-02-14 | 1 | -7/+10 |
* | objective-C: When implementing custom accessor method for | Fariborz Jahanian | 2013-02-14 | 1 | -0/+27 |
* | objective-C: Fixes a bogus warning due to not setting | Fariborz Jahanian | 2013-02-10 | 1 | -3/+13 |
* | QoI: -Wreadonly-iboutlet-property should have the warning's location on the p... | Ted Kremenek | 2013-02-09 | 1 | -2/+2 |
* | objective-C: don't issue bogus warning about | Fariborz Jahanian | 2013-02-08 | 1 | -12/+30 |
* | Eliminate Sema::CompareProperties(), which was walking over a pile of | Douglas Gregor | 2013-01-21 | 1 | -56/+66 |
* | Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which | Douglas Gregor | 2013-01-21 | 1 | -45/+28 |
* | Replace some unnecessary O(N^2) lookups for properties with | Douglas Gregor | 2013-01-21 | 1 | -40/+53 |
* | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -17/+22 |
* | Use Decl::getAvailability() rather than checking for the "unavailable" | Douglas Gregor | 2013-01-08 | 1 | -1/+2 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -118/+118 |
* | objective-C: Don't warn of unimplemented property of protocols in | Fariborz Jahanian | 2012-12-19 | 1 | -4/+15 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -118/+118 |
* | [objc] For the ARC error that is emitted when a synthesized property implemen... | Argyrios Kyrtzidis | 2012-12-12 | 1 | -3/+5 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
* | Address Jordan's review: comments, spaces. | Anna Zaks | 2012-10-31 | 1 | -3/+3 |
* | Fix Objective-C implicit property synthesis for C++ classes so we use valid | Eli Friedman | 2012-10-18 | 1 | -10/+15 |
* | Factor CollectClassPropertyImplementations out of Sema into AST | Anna Zaks | 2012-10-18 | 1 | -42/+12 |
* | Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. | Jordan Rose | 2012-10-10 | 1 | -91/+0 |
* | Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. | Jordan Rose | 2012-10-10 | 1 | -35/+34 |
* | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose | 2012-10-10 | 1 | -4/+4 |
* | Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. | Anna Zaks | 2012-09-27 | 1 | -11/+1 |
* | [analyzer] Add experimental ObjC invalidation method checker. | Anna Zaks | 2012-09-26 | 1 | -1/+2 |
* | objective-C: when diagnosing deprecated/unavailable usage of | Fariborz Jahanian | 2012-09-21 | 1 | -0/+53 |
* | objective-C: don't warn about class extension property's | Fariborz Jahanian | 2012-09-17 | 1 | -1/+3 |
* | objective-C: peroform property attribute consistency | Fariborz Jahanian | 2012-09-17 | 1 | -1/+3 |
* | Fix some dead stores which the static analyzer warned about. No functionality | Richard Smith | 2012-09-14 | 1 | -2/+1 |
* | objective-C: When checking for valid overriden property | Fariborz Jahanian | 2012-08-24 | 1 | -1/+7 |
* | Fix undefined behavior: member function calls where 'this' is a null pointer. | Richard Smith | 2012-08-23 | 1 | -2/+4 |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 1 | -2/+2 |
* | change function name in my last patch. | Fariborz Jahanian | 2012-08-21 | 1 | -3/+3 |
* | objective-C: Change rules for overriding properties in | Fariborz Jahanian | 2012-08-21 | 1 | -13/+25 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -1/+1 |
* | Fix a pair of bugs relating to properties in ARC. | John McCall | 2012-08-20 | 1 | -1/+18 |
* | Remove unused variables. | Benjamin Kramer | 2012-08-08 | 1 | -2/+0 |
* | Attaching comments to declarations during parsing: handle more Objective-C de... | Dmitri Gribenko | 2012-07-13 | 1 | -0/+2 |
* | fix a typo in my last commit. I thought I recompiled, | Fariborz Jahanian | 2012-06-29 | 1 | -1/+1 |
* | objc diagnostic: pass IdentifierInfo* to the diagnostic system | Fariborz Jahanian | 2012-06-29 | 1 | -2/+2 |
* | objective-c mrc: Issue warning for mrc, as is done for arc, when | Fariborz Jahanian | 2012-06-27 | 1 | -2/+1 |
* | objc: tweak my last patch to warn if class extension | Fariborz Jahanian | 2012-06-20 | 1 | -1/+1 |
* | objective-c: Normally, a property cannot be both 'readonly' and having a | Fariborz Jahanian | 2012-06-20 | 1 | -6/+80 |
* | objc: improved diagnostic when property autosynthesis may cause | Fariborz Jahanian | 2012-06-20 | 1 | -17/+19 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -6/+6 |
* | objective-c: warn when autosynthesizing a property which has same | Fariborz Jahanian | 2012-06-19 | 1 | -0/+16 |