llvm::DiagnosticPrinter

Interface for custom diagnostic printing.

Synopsis

Declared in <llvm/IR/DiagnosticPrinter.h>

class DiagnosticPrinter;

Member Functions

NameDescription
~DiagnosticPrinter [destructor] [virtual]Destroy the diagnostic printer.
operator<< Left shift operators

Derived Classes

NameDescription
DiagnosticPrinterRawOStream Basic diagnostic printer that uses an underlying raw_ostream.