diff options
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
| -rw-r--r-- | clang/lib/AST/MicrosoftMangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp index 0c80ff814c7..7805ed50077 100644 --- a/clang/lib/AST/MicrosoftMangle.cpp +++ b/clang/lib/AST/MicrosoftMangle.cpp @@ -1187,7 +1187,7 @@ void MicrosoftCXXNameMangler::mangleTemplateArg(const TemplateDecl *TD, } else if (isa<TypeAliasDecl>(ND)) { // FIXME: The mangling, while compatible with VS "14", is horribly // broken. Update this when they release their next compiler. - Out << '?'; + Out << '$'; } else { llvm_unreachable("unexpected template template NamedDecl!"); } |

