aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
AgeCommit message (Expand)Author
2012-03-30Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall
2012-03-28Fix typo in my last patch.Fariborz Jahanian
2012-03-28objective-c: Improve diagnostics andFariborz Jahanian
2012-03-09lldb support: under debugger support flag, when sending messageFariborz Jahanian
2012-03-09Perform l2r conversions on delete operands before doingJohn McCall
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-23objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian
2012-02-16In Objective-C++, allow the keyword 'class' to be used as a propertyDouglas Gregor
2012-02-08Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall
2012-02-04Fixed some testsuite problems introduced by mySean Callanan
2012-02-03[frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier
2012-02-01Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian
2012-01-31objc-arc: In various diagnostics mention Fariborz Jahanian
2012-01-24objc: Issue a generic diagnostic assigning to Fariborz Jahanian
2012-01-24objc: issue error if assigning objects in fragile-abi too.Fariborz Jahanian
2012-01-23Minor fixups for auto deduction of initializer lists.Sebastian Redl
2012-01-18objc: deprecate direct usage of 'isa' of objc objectsFariborz Jahanian
2012-01-18Fix a couple issues where we didn't correctly delay diagnostics in Potentiall...Eli Friedman
2012-01-13Reinstate test case accidentally reverted by r148028Douglas Gregor
2012-01-12In Objective-C++, actually compute the base type of a member accessDouglas Gregor
2012-01-12Fix some edge cases with C++ casts and placeholder expressions.Eli Friedman
2012-01-11Typo in test.John McCall
2012-01-11Do placeholder conversions on array bounds in both declarators andJohn McCall
2012-01-10objc++: patch for IRgen for atomic properties ofFariborz Jahanian
2011-12-30Unrevert r147271, reverted in r147361.Richard Smith
2011-12-30Revert r147271. This fixes PR11676.Rafael Espindola
2011-12-25constexpr: perform zero-initialization prior to / instead of performing aRichard Smith
2011-12-15"Accidentally" fixed a bug with overloading of functions withDouglas Gregor
2011-12-15In debugger support mode, if we have a top-level message sendDouglas Gregor
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-15Resolve placeholder expressions before trying to deduceJohn McCall
2011-11-13Don't crash when a duplicate interface/protocol is inside an extern "C" context.Argyrios Kyrtzidis
2011-10-31Improve text of a diagnostic. Fariborz Jahanian
2011-10-29objc-arc: desugar certain type and improve on diagnostic forFariborz Jahanian
2011-10-28objective-c arc: type-casting of an objc pointer toFariborz Jahanian
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-10-14Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-10-10Don't complain about qualified property or ivar access when theDouglas Gregor
2011-10-09Diagnose attempts to qualify the name of an instance variable orDouglas Gregor
2011-10-07objc++: some minor cleanup and a test caseFariborz Jahanian
2011-10-06objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-28objc++ arc: Diagnose block pointer type mismatch whenFariborz Jahanian
2011-09-27Remove the egregious hack that made Objective-C++ ARC work with olderDouglas Gregor
2011-09-24objc - redeclaration of property in extension classFariborz Jahanian
2011-08-31Don't assert when diagnosing a missing cast of an unknown-anytypeJohn McCall