Interface for custom diagnostic printing.
Declared in <llvm/IR/DiagnosticPrinter.h>
class DiagnosticPrinter;
| Name | Description |
|---|---|
~DiagnosticPrinter [destructor] [virtual] | Destroy the diagnostic printer. |
operator<< | Left shift operators |
| Name | Description |
|---|---|
DiagnosticPrinterRawOStream | Basic diagnostic printer that uses an underlying raw_ostream. |