llvm::ColorMode

Controls whether WithColor applies ANSI colors to a stream.

Synopsis

Declared in <llvm/Support/WithColor.h>

enum class ColorMode : int;

Members

NameDescription
Auto Decide from the command line and whether the stream supports color.
Enable Force colors on when the stream can display them.
Disable Force colors off.