clang/test/Rewriter
Fariborz Jahanian e61a1d4c57 Patch to rewrite blocks into unique api names.
Fixes radar 7630551



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95796 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-10 20:18:25 +00:00
..
blockcast3.mm Fix rewriting of 'const' __block variables in 2010-02-04 00:07:58 +00:00
crash.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
finally.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
id-test-3.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
ivar-encoding-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
ivar-encoding-2.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
metadata-test-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
metadata-test-2.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
method-encoding-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
objc-encoding-bug-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
objc-ivar-receiver-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
objc-string-concat-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
objc-super-test.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
objc-synchronized-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
properties.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
protocol-rewrite-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-anonymous-union.m Fix a problem related to rewrite of anonymous unions. 2010-01-11 21:17:32 +00:00
rewrite-api-bug.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-block-ivar-call.mm Implemented rewriting of invocation of a block ivar. 2009-12-18 01:15:21 +00:00
rewrite-block-literal.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-byref-vars.mm Fixes rewriter bug rewriting byref related API where a struct 2010-01-29 01:55:49 +00:00
rewrite-cast-ivar-access.mm Fix a nested ivar reference rewriting bug. 2010-02-05 01:35:00 +00:00
rewrite-category-property.mm Comment out category's property decls. in rewrite. 2010-02-10 01:15:09 +00:00
rewrite-eh.m Fix rewriting of MacOS sjlj based eh. 2010-01-12 01:22:23 +00:00
rewrite-extern-c.mm Do not do the block-specific rewrite when there is no block literals. 2010-01-15 18:14:52 +00:00
rewrite-foreach-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-foreach-2.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-foreach-3.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-foreach-4.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-foreach-5.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-foreach-6.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-foreach-7.m clang ObjC rewriter: generated code used in "for (x in y)" loop uses 2010-01-08 01:29:44 +00:00
rewrite-forward-class.m Fix rewriting for forward class declaration. 2010-01-11 22:48:40 +00:00
rewrite-function-decl.mm Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong place. 2010-01-14 00:35:56 +00:00
rewrite-ivar-use.m Fixup rewrite of ivars accessed via an explicit object 2010-01-11 17:50:35 +00:00
rewrite-message-expr.mm Removed non-essential header file from test. 2010-02-05 18:04:36 +00:00
rewrite-nest.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-nested-ivar.mm Fixes a rewrite bug rewriting nested ivars reference. 2010-01-28 01:41:20 +00:00
rewrite-protocol-qualified.mm Fix more rewriting of protocol-quialified 'id' type. 2010-02-03 21:29:28 +00:00
rewrite-protocol-type-1.m Patch to implement rewriting of properties. 2010-01-21 17:36:00 +00:00
rewrite-trivial-constructor.mm Fixes a rewrite bug rewriting a block call argument which has a trvial 2010-01-13 21:41:11 +00:00
rewrite-try-catch.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
rewrite-typeof.mm Provide rewriting suppport for use of __typeof__ 2010-02-10 18:54:22 +00:00
rewrite-unique-block-api.mm Patch to rewrite blocks into unique api names. 2010-02-10 20:18:25 +00:00
rewrite-weak-attr.m Define __weak attribute for objective-c pointers in 2010-01-12 18:33:57 +00:00
static-type-protocol-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
undecl-objc-h.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
undeclared-method-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
undef-field-reference-1.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
va-method.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
weak_byref_objects.m Make this test be ingored for linux. 2010-01-07 00:31:48 +00:00