mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-05 22:27:34 +00:00
Mangled name of a scope_decl is its name
* src/abg-ir.h (scope_decl::scope_decl): The mangled name is the name.
This commit is contained in:
parent
a76076c904
commit
723c74b5a7
@ -276,7 +276,7 @@ public:
|
||||
scope_decl(const std::string& name,
|
||||
location locus,
|
||||
visibility vis = VISIBILITY_DEFAULT)
|
||||
: decl_base(name, locus, /*mangled_name=*/"", vis)
|
||||
: decl_base(name, locus, /*mangled_name=*/name, vis)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user