]> granicus.if.org Git - clang/commit
Itanium ABI: Properly qualify the destructor-name
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 19 Feb 2015 02:16:16 +0000 (02:16 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 19 Feb 2015 02:16:16 +0000 (02:16 +0000)
commit7f61fcc7a043fc55f0b30d61efa9e43e54695a8b
tree62b9e588154d1a7c3f68d38b44ba88a681db75cf
parentbdc1288ac803c9d9eb73d28aee0716c60337fb65
Itanium ABI: Properly qualify the destructor-name

We didn't have enough qualificaiton before the scope specifier and we
had too much qualification in the destructor name itself.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229809 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ItaniumMangle.cpp
test/CodeGenCXX/mangle.cpp