Re: RFA: Use "m_foo" rather than "foo_" for member variables

2013-10-01 Thread Richard Biener
On Mon, Sep 30, 2013 at 10:39 PM, Richard Sandiford wrote: > Richard Biener writes: >> On Sun, Sep 29, 2013 at 11:08 AM, Richard Sandiford >> wrote: >>> Michael Matz writes: Trever Saunders writes: > Richard Biener writes: > > Btw, I've come around multiple coding-styles in the pa

Re: RFA: Use "m_foo" rather than "foo_" for member variables

2013-09-30 Thread Richard Sandiford
Richard Biener writes: > On Sun, Sep 29, 2013 at 11:08 AM, Richard Sandiford > wrote: >> Michael Matz writes: >>>Trever Saunders writes: Richard Biener writes: > Btw, I've come around multiple coding-styles in the past and I > definitely would prefer m_mode / m_count to mark mem

Re: RFA: Use "m_foo" rather than "foo_" for member variables

2013-09-30 Thread Richard Biener
On Sun, Sep 29, 2013 at 11:08 AM, Richard Sandiford wrote: > Michael Matz writes: >>Trever Saunders writes: >>> Richard Biener writes: >>> > Btw, I've come around multiple coding-styles in the past and I >>> > definitely would prefer m_mode / m_count to mark members vs. mode_ and >>> > count_.

RFA: Use "m_foo" rather than "foo_" for member variables

2013-09-29 Thread Richard Sandiford
Michael Matz writes: >Trever Saunders writes: >> Richard Biener writes: >> > Btw, I've come around multiple coding-styles in the past and I >> > definitely would prefer m_mode / m_count to mark members vs. mode_ and >> > count_. (and s_XXX for static members IIRC). >> >> I'd prefer m_/s_foo fo