LLVM 19.0.0git
Functions | Variables
WithColor.cpp File Reference
#include "llvm/Support/WithColor.h"
#include "DebugOptions.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ManagedStatic.h"

Go to the source code of this file.

Functions

static bool DefaultAutoDetectFunction (const raw_ostream &OS)
 

Variables

static ManagedStatic< cl::opt< cl::boolOrDefault >, CreateUseColor > UseColor
 

Function Documentation

◆ DefaultAutoDetectFunction()

static bool DefaultAutoDetectFunction ( const raw_ostream OS)
static

Variable Documentation

◆ UseColor

ManagedStatic<cl::opt<cl::boolOrDefault>, CreateUseColor> UseColor
static