mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 06:37:31 +00:00
* include/abg-comparison.h (diff::diff): Make constructor protected. (pointer_diff::pointer_diff): Likewise. (pointer_diff::{first_pointer, second_pointer}): Constify the return type. (compute_diff): Make this a friend of class pointer_diff. (reference_diff::reference_diff): Make this constructor protected. (compute_diff): Make this a friend of class reference_diff. (class_diff::class_diff): Make this constructor protected. (compute_diff): Make this a friend of class class_diff. (scope_diff::scope_diff): Make this constructor protected. (compute_diff): Make this a friend of class scope_diff. (function_decl_diff::function_decl_diff): Make this constructor protected. (type_decl_diff::type_decl_diff): Likewise. (typedef_diff::typedef_diff): Likewise. (translation_unit_diff::translation_unit_diff): Likewise. (compute_diff): Make this a friend of class translation_unit_diff. * src/abg-comparison.cc (pointer_diff::{first_pointer, second_pointer}): Constify return type. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
abg-comparison.h | ||
abg-config.h | ||
abg-corpus.h | ||
abg-diff-utils.h | ||
abg-fwd.h | ||
abg-hash.h | ||
abg-ir.h | ||
abg-libxml-utils.h | ||
abg-libzip-utils.h | ||
abg-traverse.h | ||
abg-version.h.in | ||
abg-viz-common.h | ||
abg-viz-dot.h | ||
abg-viz-svg.h | ||
Makefile.am |