Implement default handling for Warning. Print "warning: " to stderr.

Synopsis

Declared in <llvm/Support/WithColor.h>

static
void
defaultWarningHandler(Error Warning);

Parameters

Name

Description

Warning

Error whose messages are printed as warnings.

Created with MrDocs