Age | Commit message (Expand) | Author |
2012-02-18 | Rewrite variable capture within lambda expressions and blocks, | Douglas Gregor |
2012-02-16 | Add fixits for ARC casting errors for implicit conversions as well. rdar://10... | Argyrios Kyrtzidis |
2012-02-10 | Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us... | Ted Kremenek |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-03 | Implement implicit capture for lambda expressions. | Eli Friedman |
2012-02-03 | objc: Issue diagnostic when receiver type is a forward class declaration and | Fariborz Jahanian |
2012-02-01 | Look for declaration of CFBridgingRetain/CFBridgingRetain before | Fariborz Jahanian |
2012-02-01 | Improve checking of explicit captures in a C++11 lambda expression: | Douglas Gregor |
2012-01-31 | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain |
2012-01-31 | objc-arc: In various diagnostics mention | Fariborz Jahanian |
2012-01-17 | Fix a couples of issues in format strings checking. | Jean-Daniel Dupas |
2012-01-13 | Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callback | Kaelyn Uhrain |
2012-01-12 | Add IsImplicit field in ObjCMessageExpr that is true when the message | Argyrios Kyrtzidis |
2012-01-11 | Start refactoring code for capturing variables and 'this' so that it is share... | Eli Friedman |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-12-07 | objc: issue deprecated/unavailable diagnostic when | Fariborz Jahanian |
2011-12-01 | When sending a message to a receiver that has "unknown any" type, | Douglas Gregor |
2011-11-14 | Use Sema::RequireCompleteType to check for the completeness of | Douglas Gregor |
2011-11-09 | Don't crash on invalid objc code. | Argyrios Kyrtzidis |
2011-11-07 | Rip out CK_GetObjCProperty. | John McCall |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-10-29 | objc-arc: desugar certain type and improve on diagnostic for | Fariborz Jahanian |
2011-10-28 | objective-c arc: type-casting of an objc pointer to | Fariborz Jahanian |
2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall |
2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi |
2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall |
2011-10-17 | Strip qualifiers off the type of an implicit property defined by | John McCall |
2011-10-17 | Teach the ARC compiler to not require __bridge casts when | John McCall |
2011-10-15 | Avoid duplicate unavailbility diagnostics in objc++. | Fariborz Jahanian |
2011-10-03 | ArrayRef'ize ObjCMessageExpr | Argyrios Kyrtzidis |
2011-10-03 | Pass all the locations of the selector identifiers for a message expression f... | Argyrios Kyrtzidis |
2011-10-01 | Allow the results of cf_returns_not_retained function | John McCall |
2011-09-27 | Revert r139989 and r140031, which implemented the Objective-C type | Douglas Gregor |
2011-09-17 | objc - Treat type of 'self' in class methods as root of | Fariborz Jahanian |
2011-09-10 | Rename the ARC cast kinds to start with "ARC". | John McCall |
2011-09-09 | Don't produce 'instancetype' as the type of a message send expression. Map it... | Douglas Gregor |
2011-09-09 | Contextually converting to 'id' is not a useful operation. Contextually | John McCall |
2011-09-09 | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall |
2011-09-08 | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor |
2011-08-31 | Don't assert when diagnosing a missing cast of an unknown-anytype | John McCall |
2011-08-28 | Warn on missing [super finalize] calls. | Nico Weber |
2011-08-26 | Be sure to do unary conversions on the operand to an ARC | John McCall |
2011-08-22 | Warn on missing [super dealloc] calls. | Nico Weber |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-13 | With -Wselector, don't warn about unimplemented optional method | Fariborz Jahanian |
2011-07-13 | In debugger mode, make ObjC message sends to unknown selectors return | John McCall |
2011-07-07 | objc++-arc: diagnose assignment/cast of a weak-unavailable | Fariborz Jahanian |
2011-07-07 | In ARC, reclaim all return values of retainable type, not just those | John McCall |
2011-07-05 | objc-arc: enforce performSelector rules in rejecting retaining selectors | Fariborz Jahanian |