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)
commitb8014dd7c074d4058c962e426332fc8e9babdda1
treea31062d685489781ea2273a68d3c626c90a62a7a
parent0a52cd7937f2bd1ad97cc35e5dae74bfb949f2d5
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.

llvm-svn: 229809
clang/lib/AST/ItaniumMangle.cpp
clang/test/CodeGenCXX/mangle.cpp