[clang-tools-extra] 6780be4 - second attempt to fix build after add51e1

Nathan James via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 07:16:47 PDT 2020


Author: Nathan James
Date: 2020-06-03T15:16:36+01:00
New Revision: 6780be4c63e582466a35d7644c35e09ba85d4f67

URL: https://github.com/llvm/llvm-project/commit/6780be4c63e582466a35d7644c35e09ba85d4f67
DIFF: https://github.com/llvm/llvm-project/commit/6780be4c63e582466a35d7644c35e09ba85d4f67.diff

LOG: second attempt to fix build after add51e1

Added: 
    

Modified: 
    clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp

Removed: 
    


################################################################################
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 5b19dd0b8db6..bf4fe0e58da9 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};


        


More information about the cfe-commits mailing list