ΒΆvoid ProcessWarningOptions(
    clang::DiagnosticsEngine& Diags,
    const clang::DiagnosticOptions& Opts,
    bool ReportDiags = true)

Description

ProcessWarningOptions - Initialize the diagnostic client and process the warning options specified on the command line.

Declared at: clang/include/clang/Basic/Diagnostic.h:1839

Parameters

clang::DiagnosticsEngine& Diags
const clang::DiagnosticOptions& Opts
bool ReportDiags = true