llvm::PrintNote

Print a note diagnostic by writing into a colored note stream.

Synopsis

Declared in <llvm/TableGen/Error.h>

void
PrintNote(function_ref<void(raw_ostream&)> PrintMsg);

Parameters

NameDescription
PrintMsgCallback that writes the note body to OS.