]> granicus.if.org Git - clang/commitdiff
Correction to r176432: the bug actually fixed was <rdar://13025708>.
authorJohn McCall <rjmccall@apple.com>
Mon, 4 Mar 2013 07:35:41 +0000 (07:35 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 4 Mar 2013 07:35:41 +0000 (07:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176433 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjCXX/unknown-anytype.mm

index 692f70a752b026a8775156952c2682cdaac8fe20..0e146d42c9eefe54497f516b0b59dfd262475a1f 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdebugger-support -funknown-anytype -emit-llvm -o - %s | FileCheck %s
 
-// rdar://12565338
+// rdar://13025708
 
 @interface A @end
 void test0(A *a) {