Skip to content
Snippets Groups Projects
Commit 464502e2 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Unbreak the clang-fuzzer build after r291184.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291681 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5db06762
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ extern "C" int LLVMFuzzerTestOneInput(uint8_t *data, size_t size) {
tooling::newFrontendActionFactory<clang::SyntaxOnlyAction>());
std::shared_ptr<PCHContainerOperations> PCHContainerOps =
std::make_shared<PCHContainerOperations>();
action->runInvocation(Invocation.release(), Files.get(), PCHContainerOps,
action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps,
&Diags);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment