reference to the DiagnosticClient. This is useful for DiagnosticClients
that have internal state when processing diagnostics.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49656
91177308-0d34-0410-b5e6-
96231b3b80d8
//===--------------------------------------------------------------------===//
// Diagnostic characterization methods, used by a client to customize how
//
+
+ DiagnosticClient &getClient() { return Client; };
+
const DiagnosticClient &getClient() const { return Client; };
/// setWarningsAsErrors - When set to true, any warnings reported are issued