From: Nathan James Date: Wed, 3 Jun 2020 14:16:36 +0000 (+0100) Subject: second attempt to fix build after add51e1 X-Git-Tag: llvmorg-12-init~4281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6780be4c63e582466a35d7644c35e09ba85d4f67;p=platform%2Fupstream%2Fllvm.git second attempt to fix build after add51e1 --- diff --git a/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp b/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp index 5b19dd0..bf4fe0e 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp @@ -1,4 +1,4 @@ -// RUN: %check_clang_tidy -std=c++14,c++17 %s readability-use-anyofallof %t +// RUN: %check_clang_tidy -std=c++14,c++17 %s readability-use-anyofallof %t -- -- -fexceptions bool good_any_of() { int v[] = {1, 2, 3};