diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-10-13 04:57:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-10-13 04:57:27 +0000 |
| commit | a611b45806681b836d6f0385061890f418f1e1cd (patch) | |
| tree | 6b8bc372f0d1b5ed3451949dfbc842e30cb3945f /clang | |
| parent | af066d818cd72b7940cacf4fd14ce24b60a72bfc (diff) | |
| download | bcm5719-llvm-a611b45806681b836d6f0385061890f418f1e1cd.tar.gz bcm5719-llvm-a611b45806681b836d6f0385061890f418f1e1cd.zip | |
add rdar # I accidentally lost.
llvm-svn: 83942
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Sema/unused-expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/unused-expr.c b/clang/test/Sema/unused-expr.c index 84fe8ba9d63..acf488706f7 100644 --- a/clang/test/Sema/unused-expr.c +++ b/clang/test/Sema/unused-expr.c @@ -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; |

