Age | Commit message (Expand) | Author |
2012-03-30 | Forbid the block and lambda copy-capture of __autoreleasing variables | John McCall |
2012-03-28 | Fix typo in my last patch. | Fariborz Jahanian |
2012-03-28 | objective-c: Improve diagnostics and | Fariborz Jahanian |
2012-03-09 | lldb support: under debugger support flag, when sending message | Fariborz Jahanian |
2012-03-09 | Perform l2r conversions on delete operands before doing | John McCall |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-23 | objective-c++: Type of an objc string literal is NSString, not 'id'. | Fariborz Jahanian |
2012-02-16 | In Objective-C++, allow the keyword 'class' to be used as a property | Douglas Gregor |
2012-02-08 | Only complain about __strong __strong id, not __strong SomeStrongTypedef | John McCall |
2012-02-04 | Fixed some testsuite problems introduced by my | Sean Callanan |
2012-02-03 | [frontend] Don't allow a mapping to a warning override an error/fatal mapping. | Chad Rosier |
2012-02-01 | Look for declaration of CFBridgingRetain/CFBridgingRetain before | Fariborz Jahanian |
2012-01-31 | objc-arc: In various diagnostics mention | Fariborz Jahanian |
2012-01-24 | objc: Issue a generic diagnostic assigning to | Fariborz Jahanian |
2012-01-24 | objc: issue error if assigning objects in fragile-abi too. | Fariborz Jahanian |
2012-01-23 | Minor fixups for auto deduction of initializer lists. | Sebastian Redl |
2012-01-18 | objc: deprecate direct usage of 'isa' of objc objects | Fariborz Jahanian |
2012-01-18 | Fix a couple issues where we didn't correctly delay diagnostics in Potentiall... | Eli Friedman |
2012-01-13 | Reinstate test case accidentally reverted by r148028 | Douglas Gregor |
2012-01-12 | In Objective-C++, actually compute the base type of a member access | Douglas Gregor |
2012-01-12 | Fix some edge cases with C++ casts and placeholder expressions. | Eli Friedman |
2012-01-11 | Typo in test. | John McCall |
2012-01-11 | Do placeholder conversions on array bounds in both declarators and | John McCall |
2012-01-10 | objc++: patch for IRgen for atomic properties of | Fariborz Jahanian |
2011-12-30 | Unrevert r147271, reverted in r147361. | Richard Smith |
2011-12-30 | Revert r147271. This fixes PR11676. | Rafael Espindola |
2011-12-25 | constexpr: perform zero-initialization prior to / instead of performing a | Richard Smith |
2011-12-15 | "Accidentally" fixed a bug with overloading of functions with | Douglas Gregor |
2011-12-15 | In debugger support mode, if we have a top-level message send | Douglas Gregor |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-11-15 | Resolve placeholder expressions before trying to deduce | John McCall |
2011-11-13 | Don't crash when a duplicate interface/protocol is inside an extern "C" context. | Argyrios Kyrtzidis |
2011-10-31 | Improve text of a diagnostic. | Fariborz Jahanian |
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 | Teach the ARC compiler to not require __bridge casts when | John McCall |
2011-10-14 | Under ARC, merge the bit corresponding to the ns_returns_retained | Douglas Gregor |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-10-10 | Don't complain about qualified property or ivar access when the | Douglas Gregor |
2011-10-09 | Diagnose attempts to qualify the name of an instance variable or | Douglas Gregor |
2011-10-07 | objc++: some minor cleanup and a test case | Fariborz Jahanian |
2011-10-06 | objc++: For atomic properties of c++ class objec typet, appropriate | Fariborz Jahanian |
2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
2011-09-28 | objc++ arc: Diagnose block pointer type mismatch when | Fariborz Jahanian |
2011-09-27 | Remove the egregious hack that made Objective-C++ ARC work with older | Douglas Gregor |
2011-09-24 | objc - redeclaration of property in extension class | Fariborz Jahanian |
2011-08-31 | Don't assert when diagnosing a missing cast of an unknown-anytype | John McCall |