enum class ColorMode

Declared at: llvm/include/llvm/Support/WithColor.h:39

Enumerators

NameValueComment
Auto0Determine whether to use color based on the command line argument and the raw_ostream.
Enable1Enable colors. Because raw_ostream is the one implementing colors, this has no effect if the stream does not support colors or has colors disabled.
Disable2Disable colors.