[cfe-commits] r66356 - /cfe/trunk/test/CodeGenObjC/overloadable.m
Chris Lattner
sabre at nondot.org
Sat Mar 7 17:43:46 PST 2009
Author: lattner
Date: Sat Mar 7 19:43:34 2009
New Revision: 66356
URL: http://llvm.org/viewvc/llvm-project?rev=66356&view=rev
Log:
add rdar#
Modified:
cfe/trunk/test/CodeGenObjC/overloadable.m
Modified: cfe/trunk/test/CodeGenObjC/overloadable.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/overloadable.m?rev=66356&r1=66355&r2=66356&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/overloadable.m (original)
+++ cfe/trunk/test/CodeGenObjC/overloadable.m Sat Mar 7 19:43:34 2009
@@ -1,3 +1,4 @@
+// rdar://6657613
// RUN: clang -emit-llvm %s -o %t &&
@class C;
More information about the cfe-commits
mailing list