ΒΆllvm::Expected<std::unique_ptr<ToolExecutor>>
createExecutorFromCommandLineArgsImpl(
int& argc,
const char** argv,
llvm::cl::OptionCategory& Category,
const char* Overview = nullptr)
llvm::Expected<std::unique_ptr<ToolExecutor>>
createExecutorFromCommandLineArgsImpl(
int& argc,
const char** argv,
llvm::cl::OptionCategory& Category,
const char* Overview = nullptr)
Declared at: clang/include/clang/Tooling/Execution.h:178
Parameters
- int& argc
- const char** argv
- llvm::cl::OptionCategory& Category
- const char* Overview = nullptr