From: David Majnemer Date: Thu, 10 Apr 2014 00:59:44 +0000 (+0000) Subject: Remove Unicode introduced in r205943 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e3311d776a41d2e6737ad78b73f2a38c5815590;p=clang Remove Unicode introduced in r205943 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205945 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ItaniumMangle.cpp b/lib/AST/ItaniumMangle.cpp index 21548a0b16..5615647b0c 100644 --- a/lib/AST/ItaniumMangle.cpp +++ b/lib/AST/ItaniumMangle.cpp @@ -2364,13 +2364,13 @@ void CXXNameMangler::mangleType(const DependentNameType *T) { // Proposal by cxx-abi-dev, 2014-03-26 // ::= # non-dependent or dependent type name or // # dependent elaborated type specifier using - // # ‘typename' + // # 'typename' // ::= Ts # dependent elaborated type specifier using - // # ‘struct’ or ‘class' + // # 'struct' or 'class' // ::= Tu # dependent elaborated type specifier using - // # ‘union' + // # 'union' // ::= Te # dependent elaborated type specifier using - // # ‘enum’ + // # 'enum' switch (T->getKeyword()) { case ETK_Typename: break;