llvm::ErrorList::log

Write each contained error to OS.

Synopsis

Declared in <llvm/Support/Error.h>

virtual
void
log(raw_ostream& OS) const override;

Parameters

NameDescription
OSThis class implements an extremely fast bulk output stream that can only output to a stream. It does not support seeking, reopening, rewinding, line buffered disciplines etc. It is a simple buffer that outputs a chunk at a time.