LLVM 20.0.0git
|
#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 |
|
static |
Definition at line 36 of file WithColor.cpp.
References llvm::cl::BOU_TRUE, llvm::cl::BOU_UNSET, llvm::raw_ostream::has_colors(), OS, and UseColor.
Referenced by llvm::WithColor::defaultAutoDetectFunction().
|
static |
Definition at line 33 of file WithColor.cpp.
Referenced by DefaultAutoDetectFunction(), llvm::pdb::LinePrinter::hasColor(), and llvm::initWithColorOptions().