Re: [PATCH 05/10] Add ranges to libcpp tokens (via ad-hoc data, unoptimized)

2015-10-27 Thread Jeff Law
On 10/23/2015 02:41 PM, David Malcolm wrote: This patch: - generalizes the meaning of the source_location (aka location_t) type from being a caret within the source code to being a caret plus a source_range. The latter data is stored purely in the ad-hoc data lookaside for now

[PATCH 05/10] Add ranges to libcpp tokens (via ad-hoc data, unoptimized)

2015-10-23 Thread David Malcolm
This patch: - generalizes the meaning of the source_location (aka location_t) type from being a caret within the source code to being a caret plus a source_range. The latter data is stored purely in the ad-hoc data lookaside for now. - captures ranges for libcpp tokens by generat