libabigail/src
Dodji Seketeli 955c466ba7 Stop traversing function/variable node when added to symbol table
During the building of the list of publicly exported functions and
variables from a corpus, when we visit a function it's useless (and
time consuming) to visit the sub-nodes of the function.  This patch
does away with that.

	* src/abg-corpus.cc (symtab_build_visitor_type::visit_begin):
	Replace symtab_build_visitor_type::visit_end with this and return
	false.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2015-02-18 21:32:38 +01:00
..
abg-comp-filter.cc Do not apply diff filters sub-tree not carrying changes 2015-02-18 21:32:37 +01:00
abg-comparison.cc Do not apply diff filters sub-tree not carrying changes 2015-02-18 21:32:37 +01:00
abg-config.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-corpus.cc Stop traversing function/variable node when added to symbol table 2015-02-18 21:32:38 +01:00
abg-diff-utils.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-dwarf-reader.cc Canonicalize types either early or late after TU reading 2015-02-18 21:32:37 +01:00
abg-hash.cc Initial implementation of canonical type comparison in the IR 2015-02-09 17:01:48 +01:00
abg-ini.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-ir.cc Canonicalize types either early or late after TU reading 2015-02-18 21:32:37 +01:00
abg-libxml-utils.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-libzip-utils.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-reader.cc Canonicalize types either early or late after TU reading 2015-02-18 21:32:37 +01:00
abg-tools-utils.cc Expose a new libabigail::tools_utils namespace 2015-01-08 12:28:14 +01:00
abg-traverse.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-viz-common.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-viz-dot.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-viz-svg.cc Update copyright years 2015-01-07 17:52:10 +01:00
abg-writer.cc Update copyright years 2015-01-07 17:52:10 +01:00
Makefile.am Expose a new libabigail::tools_utils namespace 2015-01-08 12:28:14 +01:00