[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch] Adding function added_variables() into class corpus_diff



Hello,

Sinny Kumari <sinny@redhat.com> writes:

> 	* include/abg-comparison.h (corpus_diff::added_variables):
> 	Declare new member function
> 	* src/abg-comparison.cc (corpus_diff::added_variables):
> 	Define new member function

I have applied this to master.  I have just slightly edited the title of
the patch and I have added an vertical space ...

[...]

> +/// Getter for the added variables of the diff

... here.  This is just to comply with how the doc strings are laid out
elsewhere in the source code.

> +/// @return the map of added variable.
> +const string_var_ptr_map&
> +corpus_diff::added_variables() const
> +{return priv_->added_vars_;}
> +
>  /// Getter for the variables which signature didn't change but which
>  /// do have some indirect changes in some sub-types.
>  ///


Thanks for the patch!

Cheers,

-- 
		Dodji