mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-23 18:22:08 +00:00
242e49a321
The reader fails to set the access specifier for a member type. Fixed thus. * src/abg-reader.cc (read_context::get_scope_for_node): Take an access_specifier output parameter to set the access specifier of the current node in its scope. Update the function to set the access_specifier. (read_context::build_or_get_type_decl): Adjust to set the access specifier of the type we are building, in case it's a member type. * tests/data/test-abidiff/test-PR18791-v{0,1}.so.abi: New test input files. * tests/data/test-abidiff/test-PR18791-report0.txt: New test output reference. * tests/data/Makefile.am: Add the new test material to the source distribution. * tests/test-abidiff.cc (specs): Add the new test inputs to the set of input files this test harness has to run over. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
test-corpus0-report0.txt | ||
test-corpus0-v0.so.abi | ||
test-corpus0-v1.so.abi | ||
test-enum0-report.txt | ||
test-enum0-v0.cc.bi | ||
test-enum0-v1.cc.bi | ||
test-enum1-report.txt | ||
test-enum1-v0.cc.bi | ||
test-enum1-v1.cc.bi | ||
test-PR18791-report0.txt | ||
test-PR18791-v0.so.abi | ||
test-PR18791-v1.so.abi | ||
test-qual-type0-report.txt | ||
test-qual-type0-v0.cc.bi | ||
test-qual-type0-v1.cc.bi | ||
test-struct0-report.txt | ||
test-struct0-v0.cc.bi | ||
test-struct0-v1.cc.bi | ||
test-struct1-report.txt | ||
test-struct1-v0.cc.bi | ||
test-struct1-v1.cc.bi | ||
test-var0-report.txt | ||
test-var0-v0.cc.bi | ||
test-var0-v1.cc.bi |