Re: [C PATCH] Improve locinfo for function arguments (PR c/59963)

2014-01-30 Thread Joseph S. Myers
On Fri, 31 Jan 2014, Marek Polacek wrote: > As promised, this patch improves column info for function arguments. > It does so by creating a vec, that carries locations of > function arguments, which is filled when parsing expression list and > then this vec is passed down to build_function_call_ve

[C PATCH] Improve locinfo for function arguments (PR c/59963)

2014-01-30 Thread Marek Polacek
As promised, this patch improves column info for function arguments. It does so by creating a vec, that carries locations of function arguments, which is filled when parsing expression list and then this vec is passed down to build_function_call_vec -> convert_arguments. convert_arguments loops ov