hanchenye-llvm-project/clang/test/Rewriter
Chris Lattner 53fa04909c make clang print types as "const int *" instead of "int const*",
which is should have done from the beginning.  As usual, the most
fun with this sort of change is updating all the testcases.

llvm-svn: 113090
2010-09-05 00:04:01 +00:00
..
blockcast3.mm Fix rewriting of 'const' __block variables in 2010-02-04 00:07:58 +00:00
crash.m
dllimport-typedef.c fix PR7280 by making the warning on code like this: 2010-07-11 23:34:02 +00:00
finally.m make clang print types as "const int *" instead of "int const*", 2010-09-05 00:04:01 +00:00
id-test-3.m
ivar-encoding-1.m
ivar-encoding-2.m
metadata-test-1.m
metadata-test-2.m
method-encoding-1.m
missing-dllimport.c fix PR7280 by making the warning on code like this: 2010-07-11 23:34:02 +00:00
objc-encoding-bug-1.m
objc-ivar-receiver-1.m
objc-string-concat-1.m
objc-super-test.m
objc-synchronized-1.m
properties.m
protocol-rewrite-1.m
rewrite-anonymous-union.m
rewrite-api-bug.m
rewrite-block-argument.m Patch to rewrite block pointers as arguments to 2010-05-25 15:56:08 +00:00
rewrite-block-consts.mm Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
rewrite-block-ivar-call.mm
rewrite-block-literal.c
rewrite-block-pointer.mm Correct radar no. 2010-02-24 01:37:04 +00:00
rewrite-byref-in-nested-blocks.mm Prevent rewriter crash when variable type is missing. 2010-02-26 22:49:11 +00:00
rewrite-byref-vars.mm Change test to compile rewritten test with clang++. 2010-03-04 21:57:21 +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-constructor-init.mm Fix a rewriter bug which originates in SemaInit involving 2010-07-21 17:36:39 +00:00
rewrite-eh.m
rewrite-elaborated-type.mm Rewriter: Use the appropriate printing context instead of the default 2010-06-30 19:16:53 +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
rewrite-foreach-2.m
rewrite-foreach-3.m
rewrite-foreach-4.m
rewrite-foreach-5.m
rewrite-foreach-6.m
rewrite-foreach-7.m
rewrite-forward-class.m
rewrite-function-decl.mm
rewrite-implementation.mm More rewriter test converted to compile with clang. 2010-02-16 22:27:50 +00:00
rewrite-ivar-use.m
rewrite-local-externs-in-block.mm Add tentative support for accessing local variables with 2010-03-11 18:20:03 +00:00
rewrite-local-static-id.mm Fix a rewriting bug where a local static objective-c 2010-05-24 18:32:56 +00:00
rewrite-message-expr.mm Removed non-essential header file from test. 2010-02-05 18:04:36 +00:00
rewrite-nest.m
rewrite-nested-blocks-1.mm More rewriter of nested blocks fun stuff. 2010-03-01 23:36:21 +00:00
rewrite-nested-blocks.mm Rewriting of imported variable from outer 2010-02-26 19:05:20 +00:00
rewrite-nested-ivar.mm Make rewritten source compiled with clang++ for correctness. 2010-03-04 23:03:49 +00:00
rewrite-no-nextline.mm Fix an objective-c rewriter bug when pre-processed file's 2010-05-24 17:22:38 +00:00
rewrite-property-attributes.mm Support rewriting of property synthesis with retain/copy 2010-02-26 01:42:20 +00:00
rewrite-protocol-qualified.mm Make rewritten source compiled with clang++. 2010-03-04 23:13:29 +00:00
rewrite-protocol-type-1.m Patch to implement rewriting of properties. 2010-01-21 17:36:00 +00:00
rewrite-qualified-id.mm Fixes a rewriting of qualified-id type which exposed a bigger 2010-02-23 21:34:38 +00:00
rewrite-rewritten-initializer.mm Fixes a rewriting of byref variable when its initializer is 2010-02-22 20:48:10 +00:00
rewrite-static-block.mm Fixes a bug whereby static const block var has static 2010-03-04 18:54:29 +00:00
rewrite-super-message.mm make the rewriter add a #ifndef around the #define of __attribute__. 2010-04-13 17:33:56 +00:00
rewrite-trivial-constructor.mm
rewrite-try-catch.m
rewrite-typeof.mm Provide rewriting suppport for use of __typeof__ 2010-02-10 18:54:22 +00:00
rewrite-unique-block-api.mm More rewriter test converted to compile with clang. 2010-02-16 22:27:50 +00:00
rewrite-weak-attr.m
static-type-protocol-1.m
undecl-objc-h.m
undeclared-method-1.m
undef-field-reference-1.m
va-method.m
weak_byref_objects.m