]> granicus.if.org Git - clang/commitdiff
rename methods.* -> objc_methods.*
authorChris Lattner <sabre@nondot.org>
Wed, 22 Apr 2009 05:31:53 +0000 (05:31 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Apr 2009 05:31:53 +0000 (05:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69778 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/objc_methods.h [moved from test/PCH/methods.h with 100% similarity]
test/PCH/objc_methods.m [moved from test/PCH/methods.m with 54% similarity]

similarity index 100%
rename from test/PCH/methods.h
rename to test/PCH/objc_methods.h
similarity index 54%
rename from test/PCH/methods.m
rename to test/PCH/objc_methods.m
index 49137ea6716c0a65a49c148d7f7be14f301076ab..77901c38d406c6e2df9949ab71eeb8b9c2471708 100644 (file)
@@ -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() {