| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for duplicate declaration of a property in current and | Fariborz Jahanian | 2010-11-10 | 1 | -6/+7 |
* | Propagate the deprecated and unavailable attributes from a | John McCall | 2010-11-10 | 1 | -0/+11 |
* | Restore patch reversed in r118475. Fixes | Fariborz Jahanian | 2010-11-09 | 1 | -0/+3 |
* | Remove this test for now. | Fariborz Jahanian | 2010-11-09 | 1 | -3/+0 |
* | Remove space from rdar URIs. | Fariborz Jahanian | 2010-11-09 | 12 | -14/+14 |
* | Provide a precise builtin declaration for objc_msgSend | Fariborz Jahanian | 2010-11-08 | 1 | -0/+3 |
* | Restore patch for PR8453 which was undone in r117829 | Fariborz Jahanian | 2010-11-01 | 1 | -0/+34 |
* | Revert r117678, "Qualified 'id' should implement all of static class type's",... | Daniel Dunbar | 2010-10-30 | 1 | -34/+0 |
* | Improve diagnostics reporting of un-implemented | Fariborz Jahanian | 2010-10-29 | 6 | -23/+30 |
* | Qualified 'id' should implement all of static class type's | Fariborz Jahanian | 2010-10-29 | 1 | -0/+34 |
* | Implement the newest status quo for method override checking. The idea now | John McCall | 2010-10-28 | 7 | -20/+68 |
* | Pending further discussion, re-enable warnings for Objective C | John McCall | 2010-10-26 | 3 | -6/+51 |
* | Only warn for mismatched types in Objective-C methods when they are incompati... | David Chisnall | 2010-10-25 | 3 | -6/+28 |
* | Tweak diagnostics for redeclaration of a @property in a class extension where... | Ted Kremenek | 2010-10-21 | 2 | -6/+8 |
* | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor | 2010-10-20 | 2 | -2/+2 |
* | Introduce a simple cache for unqualified typo corrections, so that we | Douglas Gregor | 2010-10-20 | 1 | -2/+2 |
* | Fixes a bug in ivar lookup in the new objc's default | Fariborz Jahanian | 2010-10-19 | 1 | -0/+43 |
* | When performing typo correction, keep track of whether the last lookup | Douglas Gregor | 2010-10-15 | 1 | -1/+1 |
* | When performing typo correction, look through the set of known | Douglas Gregor | 2010-10-14 | 1 | -1/+1 |
* | This patch does a few things in the area of objective-c | Fariborz Jahanian | 2010-10-11 | 2 | -1/+20 |
* | Rename test name. | Fariborz Jahanian | 2010-10-08 | 1 | -0/+0 |
* | Method implemented in class's implementation may implement | Fariborz Jahanian | 2010-10-08 | 1 | -0/+20 |
* | Method declaration and its implementation must match in all their types. | Fariborz Jahanian | 2010-10-05 | 4 | -8/+44 |
* | Patch to support transparent_union arguments | Fariborz Jahanian | 2010-09-27 | 1 | -0/+19 |
* | Issue warning for trivial cases of nonnull attributes | Fariborz Jahanian | 2010-09-27 | 2 | -2/+7 |
* | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | When we run into an error parsing or type-checking the left-hand side | Douglas Gregor | 2010-09-17 | 1 | -1/+1 |
* | Diagnose use of incomplete type on method argument type of | Fariborz Jahanian | 2010-09-17 | 1 | -0/+14 |
* | fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointers | Chris Lattner | 2010-09-17 | 1 | -0/+10 |
* | Relax __attribute_((nonnull)) checking to allow the attribute on functions wi... | Ted Kremenek | 2010-09-09 | 1 | -2/+2 |
* | Test removed. | Fariborz Jahanian | 2010-09-08 | 1 | -20/+0 |
* | Fix a crash when overloading id with objc_object*. | Fariborz Jahanian | 2010-09-08 | 1 | -0/+20 |
* | "const id<NSFoo> *" instead of "id<NSFoo> const *". | Chris Lattner | 2010-09-05 | 1 | -2/+2 |
* | 'const std::type_info*' instead of 'std::type_info const*' | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | make clang print types as "const int *" instead of "int const*", | Chris Lattner | 2010-09-05 | 2 | -2/+2 |
* | when emitting an error about a missing } in a compound statement, emit | Chris Lattner | 2010-09-01 | 2 | -6/+8 |
* | Fix typo in error message and testcase. | Eric Christopher | 2010-08-25 | 1 | -5/+5 |
* | No need to default synthesize property if implementation | Fariborz Jahanian | 2010-08-25 | 1 | -0/+28 |
* | Fix a bug in nonfragile-abi2 when attempting to diagnose | Fariborz Jahanian | 2010-08-24 | 1 | -0/+36 |
* | Diagnose if type of iboutletcollection attribute is a builtin type. | Fariborz Jahanian | 2010-08-17 | 1 | -0/+1 |
* | Diagnose use of iboutletcollection on ivar/property | Fariborz Jahanian | 2010-08-17 | 1 | -1/+4 |
* | Patch to add type parameter support for attribute iboutletcollection. | Fariborz Jahanian | 2010-08-17 | 1 | -0/+26 |
* | Diagnose assiging to an interface object in | Fariborz Jahanian | 2010-08-16 | 1 | -2/+1 |
* | When issuing warning for future conflict resolution, | Fariborz Jahanian | 2010-08-13 | 1 | -2/+2 |
* | Fixes block type matching bug. Radar 8302845. | Fariborz Jahanian | 2010-08-12 | 2 | -2/+19 |
* | Downgrade error about nonnull attribute bbeing applied to a function without... | Douglas Gregor | 2010-08-12 | 1 | -0/+2 |
* | Change text of diagnostics on user request. | Fariborz Jahanian | 2010-08-11 | 1 | -3/+3 |
* | IRGen support for functions returning objc object | Fariborz Jahanian | 2010-08-11 | 1 | -0/+1 |
* | Fix a spurious warning when message sent to qualified-id | Fariborz Jahanian | 2010-08-10 | 1 | -0/+5 |