summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Reinstate test case accidentally reverted by r148028Douglas Gregor2012-01-131-4/+14
* In Objective-C++, actually compute the base type of a member accessDouglas Gregor2012-01-121-6/+15
* Fix some edge cases with C++ casts and placeholder expressions.Eli Friedman2012-01-121-0/+9
* Typo in test.John McCall2012-01-111-2/+2
* Do placeholder conversions on array bounds in both declarators andJohn McCall2012-01-111-0/+9
* objc++: patch for IRgen for atomic properties ofFariborz Jahanian2012-01-102-4/+4
* Unrevert r147271, reverted in r147361.Richard Smith2011-12-301-8/+8
* Revert r147271. This fixes PR11676.Rafael Espindola2011-12-301-8/+8
* constexpr: perform zero-initialization prior to / instead of performing aRichard Smith2011-12-251-8/+8
* "Accidentally" fixed a bug with overloading of functions withDouglas Gregor2011-12-151-0/+6
* In debugger support mode, if we have a top-level message sendDouglas Gregor2011-12-151-1/+2
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Resolve placeholder expressions before trying to deduceJohn McCall2011-11-151-2/+11
* Don't crash when a duplicate interface/protocol is inside an extern "C" context.Argyrios Kyrtzidis2011-11-131-0/+30
* Improve text of a diagnostic. Fariborz Jahanian2011-10-311-3/+3
* objc-arc: desugar certain type and improve on diagnostic forFariborz Jahanian2011-10-291-3/+3
* objective-c arc: type-casting of an objc pointer toFariborz Jahanian2011-10-281-3/+6
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-1/+1
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-1/+1
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-1/+1
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-172-4/+107
* Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor2011-10-141-0/+8
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-132-2/+2
* Don't complain about qualified property or ivar access when theDouglas Gregor2011-10-101-0/+2
* Diagnose attempts to qualify the name of an instance variable orDouglas Gregor2011-10-091-0/+15
* objc++: some minor cleanup and a test caseFariborz Jahanian2011-10-072-2/+15
* objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian2011-10-062-1/+30
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-0217-17/+17
* objc++ arc: Diagnose block pointer type mismatch whenFariborz Jahanian2011-09-281-0/+20
* Remove the egregious hack that made Objective-C++ ARC work with olderDouglas Gregor2011-09-271-11/+0
* objc - redeclaration of property in extension classFariborz Jahanian2011-09-241-1/+1
* Don't assert when diagnosing a missing cast of an unknown-anytypeJohn McCall2011-08-311-0/+8
* objc - fix a bug exposed by my recent decl contextFariborz Jahanian2011-08-251-0/+9
* Objective-C++ ARC: When performing template argument deduction for aDouglas Gregor2011-07-261-0/+14
* arc-objc++: Issue an arc specific diagnostic when overload resolutionFariborz Jahanian2011-07-201-0/+19
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-131-1/+0
* revert fix for // rdar://9740328Fariborz Jahanian2011-07-121-0/+1
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-121-0/+19
* In ARC mode, consider Objective-C lifetime types (object pointers andDouglas Gregor2011-07-121-3/+4
* objc++-arc: more diagnosis of converting a weak-unavailableFariborz Jahanian2011-07-081-4/+15
* objc++-arc: diagnose assignment/cast of a weak-unavailableFariborz Jahanian2011-07-071-0/+36
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-067-7/+7
* -Fix mistake in ASTContext::getInnerObjCOwnership noticed by DougArgyrios Kyrtzidis2011-07-011-0/+1
* Fix assertion hit in inferARCWriteback.Argyrios Kyrtzidis2011-07-011-0/+3
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-2/+1
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-2/+22
* Introduce Declarator::ObjCCatchContext, this will result in correct error for...Argyrios Kyrtzidis2011-07-011-1/+5
* ARC writeback isn't supposed to apply to local indirect pointers,John McCall2011-06-271-30/+30
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-246-20/+20
* Improve on warning when objc pointer is used inFariborz Jahanian2011-06-231-1/+1