Skip to content
Snippets Groups Projects
Commit 08f0e0a0 authored by Chris Lattner's avatar Chris Lattner
Browse files

add an accessor

llvm-svn: 39703
parent ea035b5f
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ public: ...@@ -67,6 +67,7 @@ public:
//===--------------------------------------------------------------------===// //===--------------------------------------------------------------------===//
// Diagnostic characterization methods, used by a client to customize how // Diagnostic characterization methods, used by a client to customize how
// //
const DiagnosticClient &getClient() const { return Client; };
/// setWarningsAsErrors - When set to true, any warnings reported are issued /// setWarningsAsErrors - When set to true, any warnings reported are issued
/// as errors. /// as errors.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment