On Wed, Sep 14, 2016 at 10:58:39AM -0400, Jason Merrill wrote:
> On Wed, Sep 14, 2016 at 9:22 AM, Marek Polacek <[email protected]> wrote:
> > * c-common.h (build_unary_op): Change a parameter type to bool.
> > (build_unary_op): Change a parameter type to bool, use true/false
> > (cp_build_unary_op): Change a parameter type to bool. Use true
> > instead
> > (build_unary_op): Change a parameter type to bool.
>
> It would be more useful if these said "noconvert parameter" rather
> than "a parameter". OK with that change.
Committed with that fixed, thanks.
Marek