commit | 0978af83b389b38edf3e57e2379415c7a31597a6 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Sat Jan 23 20:12:18 2010 +0000 |
committer | Mike Stump <mrs@apple.com> | Sat Jan 23 20:12:18 2010 +0000 |
tree | 0a26680ea18de74f37bb829a0284019cc9209c42 | |
parent | d0849254deaf68fa4353b711eebfa207335ddbb2 [diff] [blame] |
Insulate these from changes to the default for -Wunreachable-code. llvm-svn: 94326
diff --git a/clang/test/CodeGenCXX/throw-expressions.cpp b/clang/test/CodeGenCXX/throw-expressions.cpp index 9449618..1670e445 100644 --- a/clang/test/CodeGenCXX/throw-expressions.cpp +++ b/clang/test/CodeGenCXX/throw-expressions.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm-only -verify %s +// RUN: %clang_cc1 -emit-llvm-only -verify %s -Wno-unreachable-code int val = 42; int& test1() {