Try to fix build on Windows
authorStephen Kelly <steveire@gmail.com>
Tue, 22 Dec 2020 20:25:10 +0000 (20:25 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 22 Dec 2020 20:25:58 +0000 (20:25 +0000)
clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp

index e730b1b2213092f3627d11a7981dfd4526618ce7..4fe75f46932d741673d207903029ef4fef977677 100644 (file)
@@ -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 {