]> granicus.if.org Git - clang/commitdiff
add rdar # I accidentally lost.
authorChris Lattner <sabre@nondot.org>
Tue, 13 Oct 2009 04:57:27 +0000 (04:57 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Oct 2009 04:57:27 +0000 (04:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83942 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/unused-expr.c

index 84fe8ba9d63d7a569b8c7fb3abfef05764d802ee..acf488706f7e1b2afab8425a513249150c9d7ae7 100644 (file)
@@ -83,7 +83,7 @@ void t5() {
 int fn1() __attribute__ ((warn_unused_result));
 int fn2() __attribute__ ((pure));
 int fn3() __attribute__ ((const));
-
+// rdar://6587766
 int t6() {
   if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0)  // no warnings
     return -1;