Avoid parameter shadowing in source/diagnostic.h
authorDavid Neto <dneto@google.com>
Mon, 4 Jan 2016 22:27:34 +0000 (17:27 -0500)
committerDavid Neto <dneto@google.com>
Wed, 6 Jan 2016 18:11:42 +0000 (13:11 -0500)
commitd47f8b3fd8222c5105e9b2730789c16371499ecf
treef4c4194f9ab07bdaaa1af6ee4c0635abaa62fc6b
parent969ce4b3236a46a5264c7e003cfb029a1b32d559
Avoid parameter shadowing in source/diagnostic.h

Change the offending class to more closely follow Google C++ style:
- Member names have a trailing underscore.
- Use an accessor method for the stream_ member.
source/diagnostic.h