hanchenye-llvm-project/clang/test/SemaObjCXX
Fariborz Jahanian 161848a030 ObjClang++: Allow declaration of block variable in a collection
statement header (fixes radar 8295106).

llvm-svn: 112443
2010-08-29 17:20:53 +00:00
..
blocks.mm
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-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
deduction.mm Permit template argument deduction to add qualifiers within ObjC object 2010-08-05 05:30:45 +00:00
exceptions-fragile.mm Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. 2010-07-24 00:37:23 +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
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 Patch to issue warning when colllection expresion's type 2010-08-12 22:25:42 +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 suppress annoying textual repetition as 'aka' 2010-08-28 10:40:52 +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 Extend the "cannot convert from base class pointer to derived class 2010-07-01 02:14:45 +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.mm Conversions from Objective C object pointers to bool are "pointer conversions 2010-06-11 10:04:22 +00:00
parameters.mm Add another test case for r101029, which verifies that we now 2010-04-12 07:51:13 +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
protocol-lookup.mm
references.mm Add some more tests for reference binding of Objective-C objects 2010-08-07 11:56:45 +00:00
reinterpret-cast-objc-pointertype.mm
reserved-keyword-selectors.mm
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