From: Chris Lattner Date: Sun, 8 Mar 2009 01:43:34 +0000 (+0000) Subject: add rdar# X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a9e4201aa67f844109b4c28ebb2233b81cec976;p=clang add rdar# git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66356 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m index 22fc891da2..fe00fadb87 100644 --- a/test/CodeGenObjC/overloadable.m +++ b/test/CodeGenObjC/overloadable.m @@ -1,3 +1,4 @@ +// rdar://6657613 // RUN: clang -emit-llvm %s -o %t && @class C;