[llvm-branch-commits] [clang-tools-extra] 7ec7788 - Try to fix build on Windows

Stephen Kelly via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Dec 22 12:31:16 PST 2020


Author: Stephen Kelly
Date: 2020-12-22T20:25:58Z
New Revision: 7ec7788ac175f3ccb7083de0e786438ad8610771

URL: https://github.com/llvm/llvm-project/commit/7ec7788ac175f3ccb7083de0e786438ad8610771
DIFF: https://github.com/llvm/llvm-project/commit/7ec7788ac175f3ccb7083de0e786438ad8610771.diff

LOG: Try to fix build on Windows

Added: 
    

Modified: 
    clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp b/clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp
index e730b1b22130..4fe75f46932d 100644
--- a/clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp
+++ b/clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-container-size-empty %t
+// RUN: %check_clang_tidy %s readability-container-size-empty %t -- -- -fno-delayed-template-parsing
 
 namespace std {
 template <typename T> struct vector {


        


More information about the llvm-branch-commits mailing list