commit | 8b08adb279e7db69c65461f7c0029344dc3e4e5f | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Thu May 03 21:44:12 2012 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Thu May 03 21:44:12 2012 +0000 |
tree | 37d08c2d341967c40402e9690eb2dee121ab1d5b | |
parent | f9e156c774e08409f235f0e9c9e3133ec796e877 [diff] [blame] |
modern objc translator: used size_t in couple of places. // rdar://11375908 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156106 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Rewriter/rewrite-nested-property-in-blocks.mm b/test/Rewriter/rewrite-nested-property-in-blocks.mm index 7f9361e..0c7af23 100755 --- a/test/Rewriter/rewrite-nested-property-in-blocks.mm +++ b/test/Rewriter/rewrite-nested-property-in-blocks.mm
@@ -4,6 +4,7 @@ // RUN: %clang_cc1 -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp // radar 8608293 +typedef unsigned long size_t; void *sel_registerName(const char *); extern "C" void nowarn(id);