From: Stephen Kelly Date: Tue, 22 Dec 2020 20:25:10 +0000 (+0000) Subject: Try to fix build on Windows X-Git-Tag: llvmorg-13-init~2706 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ec7788ac175f3ccb7083de0e786438ad8610771;p=platform%2Fupstream%2Fllvm.git Try to fix build on Windows --- 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 e730b1b..4fe75f4 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 struct vector {