Re: [PATCH 08/10] Wire things up so that libcpp users get token underlines

2015-10-29 Thread Jeff Law
On 10/23/2015 02:41 PM, David Malcolm wrote: A previous patch introduced the ability to print one or more ranges for a diagnostic via a rich_location class. Another patch generalized source_location (aka location_t) to be both a caret and a range, and generated range information for all tokens c

[PATCH 08/10] Wire things up so that libcpp users get token underlines

2015-10-23 Thread David Malcolm
A previous patch introduced the ability to print one or more ranges for a diagnostic via a rich_location class. Another patch generalized source_location (aka location_t) to be both a caret and a range, and generated range information for all tokens coming out of libcpp's lexer. The attached patc