From f6e237e60611f66b66e1e583383ad4664ddd8edd Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 9 Oct 2015 21:15:00 +0000 Subject: [PATCH] Explicitly enable -fcxx-exceptions for this test to appease Windows build bots. llvm-svn: 249905 --- .../test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp b/clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp index 87b30d70adf6..fc730d8c29dc 100644 --- a/clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp +++ b/clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-throw-by-value-catch-by-reference %t +// RUN: %python %S/check_clang_tidy.py %s misc-throw-by-value-catch-by-reference %t -- -std=c++11 -fcxx-exceptions class logic_error {