LLVM  8.0.1
Variables
WithColor.cpp File Reference
#include "llvm/Support/WithColor.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for WithColor.cpp:

Go to the source code of this file.

Variables

static cl::opt< cl::boolOrDefaultUseColor ("color", cl::cat(ColorCategory), cl::desc("Use colors in output (default=autodetect)"), cl::init(cl::BOU_UNSET))
 

Variable Documentation

◆ UseColor

cl::opt<cl::boolOrDefault> UseColor("color", cl::cat(ColorCategory), cl::desc("Use colors in output (default=autodetect)"), cl::init(cl::BOU_UNSET))
static