hanchenye-llvm-project/clang/test/SemaObjCXX
Fariborz Jahanian 17585e7940 objc++: Some level of covariance is allowed in ObjC properties.
Make it also available in ObjC++ propeties. Use common code for
objc and objc++ so they don't diverge. // rdar://9740328

llvm-svn: 135050
2011-07-13 17:55:01 +00:00
..
Inputs Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arc-0x.mm Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. 2011-07-01 22:22:40 +00:00
arc-bool-conversion.mm Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arc-bridged-cast.mm Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arc-libcxx.mm Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-libstdcxx.mm Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-memfunc.mm Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arc-non-pod.mm In ARC mode, consider Objective-C lifetime types (object pointers and 2011-07-12 17:28:52 +00:00
arc-object-init-destroy.mm Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-overloading.mm Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-system-header.mm Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +00:00
arc-templates.mm Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-type-conversion.mm Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-type-traits.mm Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-unavailable-for-weakref.mm objc++-arc: more diagnosis of converting a weak-unavailable 2011-07-08 17:41:42 +00:00
argument-dependent-lookup.mm Objective-C++: The global namespace is an associated namespace of an 2011-04-12 01:02:45 +00:00
blocks.mm Allow block returns in C++ with the form 2011-06-05 05:14:41 +00:00
category-lookup.mm
composite-objc-pointertype.mm
conditional-expr.mm
const-cast.mm Permit Objective C object pointers to be const_casted. 2010-05-18 09:35:29 +00:00
conversion-ranking.mm Implement reasonable conversion ranking for Objective-C pointer 2011-01-31 18:51:41 +00:00
conversion-to-objc-pointer-2.mm Contributed test case for PR7936 2010-08-21 00:17:33 +00:00
conversion-to-objc-pointer.mm Objective-C++ Sema. Fix a bug in instantiation of receivers. 2010-05-13 17:19:25 +00:00
cstyle-block-pointer-cast.mm
cstyle-cast.mm Provide overload diagnostics when explicit casts involving class types fail. 2011-02-14 18:34:10 +00:00
cxxoperator-selector.mm Patch to allow alternative representation of c++ 2010-09-03 01:26:16 +00:00
deduction.mm Permit template argument deduction to add qualifiers within ObjC object 2010-08-05 05:30:45 +00:00
exceptions-fragile.mm Improve on warning when objc pointer is used in 2011-06-23 21:17:59 +00:00
expr-objcxx.mm handle :: in selectors in objc++ mode, rdar://8366474 2010-08-27 22:32:41 +00:00
foreach-block.mm ObjClang++: Allow declaration of block variable in a collection 2010-08-29 17:20:53 +00:00
function-pointer-void-star.mm
gc-attributes.mm Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +00:00
goto.mm Make sure that we always pop a function's scope *before* we call 2011-03-16 17:05:57 +00:00
instantiate-expr.mm Implement template instantiation for implicit property references in 2010-04-26 21:04:54 +00:00
instantiate-message.mm tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
instantiate-method-return.mm Make sure result type of objc++ message expression is 2010-06-16 18:56:04 +00:00
instantiate-stmt.mm Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. 2011-02-22 01:52:06 +00:00
ivar-construct.mm Various small fixes for construction/destruction of Objective-C++ 2010-05-20 02:24:22 +00:00
ivar-lookup.mm More tests for Objective-C-related name lookup weirdness. Yes, it's 2010-04-19 19:10:40 +00:00
ivar-reference-type.mm Diagnose declaration of reference typed ivars. 2010-04-26 22:07:03 +00:00
ivar-struct.mm Reinstate r104117, Chandler Carruth's change that "[provides] a naming 2010-05-20 20:58:56 +00:00
linkage-spec.mm When upgrading an Objective-C class from a forward declaration to a 2010-04-09 21:30:38 +00:00
message.mm Ensure that the result type of an Objective-C class message send is 2011-01-11 03:23:19 +00:00
namespace-lookup.mm When checking for a prior declaration of the name of a namespace, skip 2011-05-06 23:28:47 +00:00
null_objc_pointer.mm Put the new warning from revision 133196 on NULL arithmetic behind the flag -Wnull-arthimetic and set to DefaultIgnore. A few edge cases need to be worked out before this can be set to default. 2011-06-17 20:35:48 +00:00
nullptr.mm Allow comparison between block pointers and NULL pointer 2011-06-16 18:52:05 +00:00
objc-decls-inside-namespace.mm Properly pop out of Objective-C method declarations when they are (ill-formedly) 2010-08-06 00:46:05 +00:00
objc-pointer-conv.mm Fix an objc++ diagnostic initializing objc pointers. 2011-03-21 19:08:42 +00:00
objc2-merge-gc-attribue-decl.mm Adds support for ObjC++'s GC attribute on declaration of 2010-05-19 21:37:30 +00:00
overload-1.mm Test for my last patch. 2010-05-03 21:06:59 +00:00
overload-gc.mm Relax the conversion rules for Objective-C GC qualifiers a 2011-05-08 06:09:53 +00:00
overload.mm Fix order of operands for the warning about incompatible Objective-C 2011-06-11 04:42:12 +00:00
parameters.mm Diagnose C++ abstract parameters for Objective-C methods. 2011-04-23 02:46:06 +00:00
pointer-to-objc-pointer-conv.mm In Sema::AddBuiltinOperatorCandidates, candidate pointer types set can also contain a ObjCObjectPointerType since r111699. 2010-08-23 07:12:16 +00:00
propert-dot-error.mm Improve test case from prior commit ever so slightly 2011-04-20 18:20:33 +00:00
properties.mm Sema::MaybeBindToTemporary() shouldn't treat any expression returning 2011-02-08 02:14:35 +00:00
property-reference.mm de-sugared when accessing property reference type. 2011-03-30 16:59:30 +00:00
property-synthesis-error.mm Check for ivar being a C++ object before attempting to 2010-10-15 22:42:59 +00:00
property-type-mismatch.mm objc++: Some level of covariance is allowed in ObjC properties. 2011-07-13 17:55:01 +00:00
protocol-lookup.mm Teach the C++ simple-type-specifier parser and tentative parses about 2010-10-21 23:17:00 +00:00
references.mm Warn for any kind of initialization if initializer does not 2011-04-08 18:25:29 +00:00
reinterpret-cast-objc-pointertype.mm
related-result-type-inference.mm Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
reserved-keyword-methods.mm Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. 2010-10-02 17:45:21 +00:00
standard-conversion-to-bool.mm
static-cast.mm Objective-C++ Sema - Allow static_cast of one objc pointer to 2010-05-12 18:16:59 +00:00
vararg-non-pod.mm
vla.mm Implement support for variable length arrays in C++. VLAs are limited 2010-05-22 16:17:30 +00:00
void_to_obj.mm Allow static_cast to objective-c pointers. 2010-05-10 23:46:53 +00:00
warn-strict-selector-match.mm Fix test to not depend on objc.h header. 2010-08-10 20:59:58 +00:00