Skip to content

Commit

Permalink
Update MS mangling EBNF, NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304006 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rnk committed May 26, 2017
1 parent adb4b90 commit d4a1fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/AST/MicrosoftMangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit d4a1fad

Please sign in to comment.