From: Kadir Cetinkaya Date: Thu, 12 Dec 2019 11:53:58 +0000 (+0100) Subject: [clangd] Fix windows tests X-Git-Tag: llvmorg-11-init~2331 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=471d9f3e698108da096bfcd85ac96e2eacda509b;p=platform%2Fupstream%2Fllvm.git [clangd] Fix windows tests --- diff --git a/clang-tools-extra/clangd/unittests/HoverTests.cpp b/clang-tools-extra/clangd/unittests/HoverTests.cpp index 3cde294..783599a 100644 --- a/clang-tools-extra/clangd/unittests/HoverTests.cpp +++ b/clang-tools-extra/clangd/unittests/HoverTests.cpp @@ -531,6 +531,7 @@ void foo())cpp"; Annotations T(Case.Code); TestTU TU = TestTU::withCode(T.code()); TU.ExtraArgs.push_back("-std=c++17"); + TU.ExtraArgs.push_back("-fno-delayed-template-parsing"); auto AST = TU.build(); ASSERT_TRUE(AST.getDiagnostics().empty());