Open
Description
llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp:141:45: warning: ISO C++ forbids zero-size array 'argv' [-Wpedantic]
ExitOnError ExitOnErr(std::string(*argv[0]) + ": error:");
___________________________________________^
(I manually replaced spaces with underscores, to have the caret to correctly point to the error)