On Thu, Oct 17, 2019 at 02:38:32PM -0400, Jason Merrill wrote:
> On 10/16/19 5:36 PM, JeanHeyd Meneide wrote:
> > Thanks, Jason! I fixed those last things and I put the changelog below
> > in the e-mail. I'll figure out how to write a good changelog in a
> > commit message on the command line soon. :D
>
> In the e-mail like this is fine, thanks.
>
> > 2019-10-16 JeanHeyd Meneide <[email protected]>
Also, two spaces before < rather than one.
> >
> > gcc/
> >
> > * escaped_string.h: New. Refactored out of tree.c to make more
And here just New file. or New header. or New., no need to give reasons.
> > broadly available (e.g. to parser.c, cvt.c).
> > * tree.c: remove escaped_string class
Jakub