[cfe-commits] r106758 - in /cfe/trunk/test/CodeGenObjCXX: selactor-expr-lvalue.mm selector-expr-lvalue.mm
Fariborz Jahanian
fjahanian at apple.com
Thu Jun 24 09:40:17 PDT 2010
Author: fjahanian
Date: Thu Jun 24 11:40:16 2010
New Revision: 106758
URL: http://llvm.org/viewvc/llvm-project?rev=106758&view=rev
Log:
Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm.
Thanks Daniel D.
Added:
cfe/trunk/test/CodeGenObjCXX/selector-expr-lvalue.mm
- copied unchanged from r106700, cfe/trunk/test/CodeGenObjCXX/selactor-expr-lvalue.mm
Removed:
cfe/trunk/test/CodeGenObjCXX/selactor-expr-lvalue.mm
Removed: cfe/trunk/test/CodeGenObjCXX/selactor-expr-lvalue.mm
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/selactor-expr-lvalue.mm?rev=106757&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenObjCXX/selactor-expr-lvalue.mm (original)
+++ cfe/trunk/test/CodeGenObjCXX/selactor-expr-lvalue.mm (removed)
@@ -1,16 +0,0 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s
-// PR7390
-
- at interface NSObject {}
-- (void)respondsToSelector:(const SEL&)s : (SEL*)s1;
-- (void) setPriority:(int)p;
-- (void)Meth;
- at end
-
- at implementation NSObject
-- (void)Meth {
- [self respondsToSelector:@selector(setPriority:) : &@selector(setPriority:)];
-}
-- (void) setPriority:(int)p{}
-- (void)respondsToSelector:(const SEL&)s : (SEL*)s1 {}
- at end
More information about the cfe-commits
mailing list