ΒΆbool expandResponseFiles(
    int Argc,
    const char* const* Argv,
    const char* EnvVar,
    llvm::StringSaver& Saver,
    SmallVectorImpl<const char*>& NewArgv)

Description

A convenience helper which concatenates the options specified by the environment variable EnvVar and command line options, then expands response files recursively. The tokenizer is a predefined GNU or Windows one.

Declared at: llvm/include/llvm/Support/CommandLine.h:2114

Parameters

int Argc
const char* const* Argv
const char* EnvVar
llvm::StringSaver& Saver
SmallVectorImpl<const char*>& NewArgv

Returns

true if all