[clang-tools-extra] r369853 - [clang-tidy] Manually enable exceptions in tesst that uses them
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 24 10:19:07 PDT 2019
Author: d0k
Date: Sat Aug 24 10:19:06 2019
New Revision: 369853
URL: http://llvm.org/viewvc/llvm-project?rev=369853&view=rev
Log:
[clang-tidy] Manually enable exceptions in tesst that uses them
Modified:
clang-tools-extra/trunk/test/clang-tidy/duplicate-reports.cpp
Modified: clang-tools-extra/trunk/test/clang-tidy/duplicate-reports.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/duplicate-reports.cpp?rev=369853&r1=369852&r2=369853&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/duplicate-reports.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/duplicate-reports.cpp Sat Aug 24 10:19:06 2019
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s cert-err09-cpp,cert-err61-cpp %t
+// RUN: %check_clang_tidy %s cert-err09-cpp,cert-err61-cpp %t -- -- -fexceptions
void alwaysThrows() {
int ex = 42;
More information about the cfe-commits
mailing list