[clang-tools-extra] r296627 - [clang-tidy] Attempt to fix the test where exceptions are disabled by default.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 1 06:41:11 PST 2017
Author: alexfh
Date: Wed Mar 1 08:41:11 2017
New Revision: 296627
URL: http://llvm.org/viewvc/llvm-project?rev=296627&view=rev
Log:
[clang-tidy] Attempt to fix the test where exceptions are disabled by default.
Modified:
clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp
Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp?rev=296627&r1=296626&r2=296627&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp Wed Mar 1 08:41:11 2017
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s modernize-use-override %t
+// RUN: %check_clang_tidy %s modernize-use-override %t -- -- -std=c++11 -fexceptions
#define ABSTRACT = 0
More information about the cfe-commits
mailing list