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
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