summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/inherited_exception.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxxabi/test/inherited_exception.pass.cpp')
-rw-r--r--libcxxabi/test/inherited_exception.pass.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcxxabi/test/inherited_exception.pass.cpp b/libcxxabi/test/inherited_exception.pass.cpp
index 763e26a434f..993c83c82fe 100644
--- a/libcxxabi/test/inherited_exception.pass.cpp
+++ b/libcxxabi/test/inherited_exception.pass.cpp
@@ -27,6 +27,13 @@
// UNSUPPORTED: libcxxabi-no-exceptions
+// Clang emits warnings about exceptions of type 'Child' being caught by
+// an earlier handler of type 'Base'. Congrats clang, you've just
+// diagnosed the behavior under test.
+#if defined(__clang__)
+#pragma clang diagnostic ignored "-Wexceptions"
+#endif
+
#include <assert.h>
struct Base {
OpenPOWER on IntegriCloud