| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -5/+6 |
* | objc: issue deprecated/unavailable diagnostic when | Fariborz Jahanian | 2011-12-07 | 1 | -0/+3 |
* | When sending a message to a receiver that has "unknown any" type, | Douglas Gregor | 2011-12-01 | 1 | -3/+7 |
* | Use Sema::RequireCompleteType to check for the completeness of | Douglas Gregor | 2011-11-14 | 1 | -30/+32 |
* | Don't crash on invalid objc code. | Argyrios Kyrtzidis | 2011-11-09 | 1 | -0/+5 |
* | Rip out CK_GetObjCProperty. | John McCall | 2011-11-07 | 1 | -1/+0 |
* | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -6/+11 |
* | objc-arc: desugar certain type and improve on diagnostic for | Fariborz Jahanian | 2011-10-29 | 1 | -10/+20 |
* | objective-c arc: type-casting of an objc pointer to | Fariborz Jahanian | 2011-10-28 | 1 | -1/+18 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -53/+43 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -43/+53 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -53/+43 |
* | Strip qualifiers off the type of an implicit property defined by | John McCall | 2011-10-17 | 1 | -1/+1 |
* | Teach the ARC compiler to not require __bridge casts when | John McCall | 2011-10-17 | 1 | -74/+189 |
* | Avoid duplicate unavailbility diagnostics in objc++. | Fariborz Jahanian | 2011-10-15 | 1 | -1/+3 |
* | ArrayRef'ize ObjCMessageExpr | Argyrios Kyrtzidis | 2011-10-03 | 1 | -6/+10 |
* | Pass all the locations of the selector identifiers for a message expression f... | Argyrios Kyrtzidis | 2011-10-03 | 1 | -20/+22 |
* | Allow the results of cf_returns_not_retained function | John McCall | 2011-10-01 | 1 | -133/+281 |
* | Revert r139989 and r140031, which implemented the Objective-C type | Douglas Gregor | 2011-09-27 | 1 | -9/+7 |
* | objc - Treat type of 'self' in class methods as root of | Fariborz Jahanian | 2011-09-17 | 1 | -7/+9 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -3/+3 |
* | Don't produce 'instancetype' as the type of a message send expression. Map it... | Douglas Gregor | 2011-09-09 | 1 | -2/+9 |
* | Contextually converting to 'id' is not a useful operation. Contextually | John McCall | 2011-09-09 | 1 | -7/+2 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -3/+10 |
* | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor | 2011-09-08 | 1 | -0/+4 |
* | Don't assert when diagnosing a missing cast of an unknown-anytype | John McCall | 2011-08-31 | 1 | -2/+3 |
* | Warn on missing [super finalize] calls. | Nico Weber | 2011-08-28 | 1 | -0/+4 |
* | Be sure to do unary conversions on the operand to an ARC | John McCall | 2011-08-26 | 1 | -0/+4 |
* | Warn on missing [super dealloc] calls. | Nico Weber | 2011-08-22 | 1 | -0/+3 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -3/+3 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -1/+1 |
* | With -Wselector, don't warn about unimplemented optional method | Fariborz Jahanian | 2011-07-13 | 1 | -5/+8 |
* | In debugger mode, make ObjC message sends to unknown selectors return | John McCall | 2011-07-13 | 1 | -1/+8 |
* | objc++-arc: diagnose assignment/cast of a weak-unavailable | Fariborz Jahanian | 2011-07-07 | 1 | -0/+17 |
* | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -0/+17 |
* | objc-arc: enforce performSelector rules in rejecting retaining selectors | Fariborz Jahanian | 2011-07-05 | 1 | -0/+48 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -13/+15 |
* | Provide fix-it for '.' <-> '->' for Objective-C ivar/property access. | Fariborz Jahanian | 2011-06-28 | 1 | -3/+12 |
* | objc-arc: Allow unbridged cast of retainable object to | Fariborz Jahanian | 2011-06-22 | 1 | -1/+1 |
* | objc-arc: Add support for unbridged cast of | Fariborz Jahanian | 2011-06-21 | 1 | -19/+39 |
* | objc-arc: CodeGen part of unbridged cast of CF types. | Fariborz Jahanian | 2011-06-21 | 1 | -5/+41 |
* | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad | 2011-06-21 | 1 | -1/+1 |
* | objc-arc: allow explicit unbridged casts if the source of the cast is a | Fariborz Jahanian | 2011-06-20 | 1 | -0/+10 |
* | Initialize a couple of variables to shut GCC up. | John McCall | 2011-06-17 | 1 | -1/+1 |
* | For the purpose of @encode'ing, accept 'void' type | Fariborz Jahanian | 2011-06-16 | 1 | -1/+2 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -11/+398 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -13/+98 |
* | Emit an error when trying to @encode an incomplete type. | Argyrios Kyrtzidis | 2011-05-14 | 1 | -1/+7 |
* | "note" location of forward class used as receiver of | Fariborz Jahanian | 2011-04-23 | 1 | -2/+3 |
* | Fix a crash-on-invalid involving non-identifier names in a member | Douglas Gregor | 2011-04-20 | 1 | -0/+7 |