Skip to content

clover: Fix build after clang r370122.

Vinson Lee requested to merge vlee/mesa:fix-clover-llvm-10-build into master

invocation.cpp:203:81: error: no matching function for call to ‘clang::CompilerInvocation::CreateFromArgs(clang::CompilerInvocation&, const char* const*, const char* const*, clang::DiagnosticsEngine&)’ c->getInvocation(), copts.data(), copts.data() + copts.size(), diag)) ^

Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports