Retrieve the subminor version number, if provided.

Synopsis

Declared in <llvm/Support/VersionTuple.h>

std::optional<unsigned int>
getSubminor() const;

Return Value

The subminor number, or std::nullopt if unset.

Created with MrDocs