summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-05-26 17:11:10 +0000
committerReid Kleckner <rnk@google.com>2017-05-26 17:11:10 +0000
commit9e2584aa527dcb7de2093d5c3149b16d14043965 (patch)
tree7d737a7b3bac0f7ec09f71f4ca3a71a9965242cd /clang/lib/AST/MicrosoftMangle.cpp
parent94d695b330b6689e13653e99ea554a4ffd5cb3a6 (diff)
Update MS mangling EBNF, NFC
llvm-svn: 304006
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
-rw-r--r--clang/lib/AST/MicrosoftMangle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp
index 6e14dd055cf8..cc7a6941f63a 100644
--- a/clang/lib/AST/MicrosoftMangle.cpp
+++ b/clang/lib/AST/MicrosoftMangle.cpp
@@ -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()) {