Re: [PATCH 4b] diagnostic-show-locus.c changes: Insertions

2015-11-06 Thread David Malcolm
On Thu, 2015-10-29 at 22:49 -0600, Jeff Law wrote: > On 10/28/2015 12:09 PM, David Malcolm wrote: > > gcc/ChangeLog: > > * diagnostic-show-locus.c (struct point_state): New struct. > > (class colorizer): New class. > > (class layout_point): New class. > > (class layout_range): New

Re: [PATCH 4b] diagnostic-show-locus.c changes: Insertions

2015-10-30 Thread David Malcolm
On Thu, 2015-10-29 at 22:49 -0600, Jeff Law wrote: > On 10/28/2015 12:09 PM, David Malcolm wrote: > > gcc/ChangeLog: > > * diagnostic-show-locus.c (struct point_state): New struct. > > (class colorizer): New class. > > (class layout_point): New class. > > (class layout_range): New

Re: [PATCH 4b] diagnostic-show-locus.c changes: Insertions

2015-10-29 Thread Jeff Law
On 10/28/2015 12:09 PM, David Malcolm wrote: gcc/ChangeLog: * diagnostic-show-locus.c (struct point_state): New struct. (class colorizer): New class. (class layout_point): New class. (class layout_range): New class. (class layout): New class.

[PATCH 4b] diagnostic-show-locus.c changes: Insertions

2015-10-28 Thread David Malcolm
gcc/ChangeLog: * diagnostic-show-locus.c (struct point_state): New struct. (class colorizer): New class. (class layout_point): New class. (class layout_range): New class. (class layout): New class. (colorizer::colorizer): New ctor.