forked from OSchip/llvm-project
073620bc3b
Before we wouldn't properly demangle something like Foo<const int>. Template args have a special escape sequence '$$C' that is optional, but if it is present contains qualifiers. So we need to check for this and only if it present, demangle qualifiers before demangling the type. With this fix, we re-enable some tests that were previously marked FIXME. llvm-svn: 339465 |
||
---|---|---|
.. | ||
ms-arg-qualifiers.test | ||
ms-back-references.test | ||
ms-basic.test | ||
ms-conversion-operators.test | ||
ms-cxx11.test | ||
ms-mangle.test | ||
ms-nested-scopes.test | ||
ms-return-qualifiers.test | ||
ms-template-callback.test | ||
ms-templates.test | ||
ms-windows.test |