Return the ‐filetype value if it was explicitly set.

Synopsis

Declared in <llvm/CodeGen/CommandFlags.h>

std::optional<CodeGenFileType>
getExplicitFileType();

Return Value

Explicit ‐filetype value, or std::nullopt if unset.

Created with MrDocs