"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "822f6295382113ce1626cef15416cd9fa76a4d21"
[MS Demangler] Demangle cv qualifiers on template args.
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
Loading
Please register or sign in to comment