Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
resolve change in upstream constructor signature
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminGrayNp1 committed Jan 23, 2024
1 parent bb21622 commit 98c941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tools-extra/clangd/ParsedAST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ ParsedAST::build(llvm::StringRef Filename, const ParseInputs &Inputs,
ParsedAST Result(Filename, Inputs.Version, std::move(Preamble),
std::move(AA->Clang), std::move(AA->Action), std::move(*AA->SyntaxTokenBuffer),
std::move(AA->Macros), std::vector<PragmaMark>(), std::vector<Decl *>(),
std::move(AA->Diags), std::move(AA->Includes));
std::move(AA->Diags), std::move(AA->Includes), include_cleaner::PragmaIncludes());

Result.setAsmAst(std::move(AA));

Expand Down

0 comments on commit 98c941e

Please sign in to comment.