Options

The options of the application.

When parsing the command line arguments, these fields will be set.

Members

Functions

llvmLibPath
string llvmLibPath()

The path to the LLVM/Clang library directory.

Variables

additionalLibPath
string additionalLibPath;

The specified path to the location of additional libraries, like ncurses or tinfo, that needs to linked when linking libclang statically.

help
bool help;

Indicates if help/usage information was requested.

llvmPath
string llvmPath;

The specified path to the LLVM/Clang root directory.

staticallyLinkBinary
bool staticallyLinkBinary;

Indicates if the whole binary, including the C standard library, should be statically linked.

staticallyLinkClang
bool staticallyLinkClang;

Indicates if libclang should be statically or dynamically linked.

verbose
bool verbose;

Print extra information.

Meta