mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 15:34:34 +00:00
The Git repository of the Libabigail Project
59ff969f2e
* src/abg-ir.h (is_at_global_scope): Rename is_decl_at_global_scope into this. (is_at_class_scope, is_at_template_scope) (is_template_parameter, is_type) (is_template_parm_composition_type) (is_function_template_pattern, is_template_decl): New declarations. * src/abg-ir.cc (is_at_global_scope): Rename is_decl_at_global_scope into this. (is_at_class_scope, is_at_template_scope, is_template_parameter) (is_type, is_template_parm_composition_type) (is_function_template_pattern, is_template_decl): New definitions. * src/abg-reader.cc (update_depth_info_of_read_context): Use the new is_at_class_scope decl. |
||
---|---|---|
doc | ||
m4 | ||
src | ||
tests | ||
aclocal.m4 | ||
AUTHORS | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
ltmain.sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
README |
This is the Application Binary Interface Generic Analysis and Instrumentation Library. It aims at constructing, manipulating, serializing and de-serializing ABI-relevant artifacts. The set of artifacts that we are intersted is made of quantities like types, variable, fonctions and declarations of a given library or program. For a given library or program this set of quantities is called an ABI corpus. This library aims at (among other things) providing a way to comparing two ABI Corpuses, provide detailed information about their differences, and help build tools to infer interesting conclusions about these differences.