Format an unrecognized enumerator as "unknown (N)".

Synopsis

Declared in <llvm/DebugInfo/PDB/Native/FormatUtil.h>

template<typename T>
std::string
formatUnknownEnum(T Value);

Return Value

A string of the form "unknown (N)" where N is the underlying value of Value.

Parameters

Name

Description

Value

The enumerator whose underlying integer value is printed.

Created with MrDocs