[clangd] Fix windows tests

This commit is contained in:
Kadir Cetinkaya 2019-12-12 12:53:58 +01:00
parent d8f4991284
commit 471d9f3e69
No known key found for this signature in database
GPG Key ID: E39E36B8D2057ED6
1 changed files with 1 additions and 0 deletions

View File

@ -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());