From: Chris Lattner Date: Wed, 22 Apr 2009 05:31:53 +0000 (+0000) Subject: rename methods.* -> objc_methods.* X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7830b6a9edfdccf517b3bd17932686afff0ebf9;p=clang rename methods.* -> objc_methods.* git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69778 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/methods.h b/test/PCH/objc_methods.h similarity index 100% rename from test/PCH/methods.h rename to test/PCH/objc_methods.h diff --git a/test/PCH/methods.m b/test/PCH/objc_methods.m similarity index 54% rename from test/PCH/methods.m rename to test/PCH/objc_methods.m index 49137ea671..77901c38d4 100644 --- a/test/PCH/methods.m +++ b/test/PCH/objc_methods.m @@ -1,8 +1,8 @@ // Test this without pch. -// FIXME: clang-cc -include %S/methods.h -fsyntax-only -verify %s && +// FIXME: clang-cc -include %S/objc_methods.h -fsyntax-only -verify %s && // Test with pch. -// FIXME: clang-cc -x=objective-c -emit-pch -o %t %S/methods.h && +// FIXME: clang-cc -x=objective-c -emit-pch -o %t %S/objc_methods.h && // FIXME: clang-cc -include-pch %t -fsyntax-only -verify %s void func() {