Update MS mangling EBNF, NFC

llvm-svn: 304006
This commit is contained in:
Reid Kleckner 2017-05-26 17:11:10 +00:00
parent 94d695b330
commit 9e2584aa52
1 changed files with 2 additions and 0 deletions

View File

@ -1689,6 +1689,8 @@ void MicrosoftCXXNameMangler::mangleType(const BuiltinType *T, Qualifiers,
// ::= _N # bool
// _O # <array in parameter>
// ::= _T # __float80 (Intel)
// ::= _S # char16_t
// ::= _U # char32_t
// ::= _W # wchar_t
// ::= _Z # __float80 (Digital Mars)
switch (T->getKind()) {