diff options
author | Leonard Chan <leonardchan@google.com> | 2018-06-02 03:27:13 +0000 |
---|---|---|
committer | Leonard Chan <leonardchan@google.com> | 2018-06-02 03:27:13 +0000 |
commit | 0d485dbb40b151ae20e6a8133d46a12c9fddd1fe (patch) | |
tree | 15ec55bb97a84f42ea7b4775f2ef1082db49830e /clang/lib/AST/MicrosoftMangle.cpp | |
parent | db55d8331e631e84b07e6fbad923085b4baa9597 (diff) | |
download | bcm5719-llvm-0d485dbb40b151ae20e6a8133d46a12c9fddd1fe.tar.gz bcm5719-llvm-0d485dbb40b151ae20e6a8133d46a12c9fddd1fe.zip |
Revert "This diff includes changes for supporting the following types."
This reverts commit r333814, which fails for a test checking the bit
width on ubuntu.
llvm-svn: 333815
Diffstat (limited to 'clang/lib/AST/MicrosoftMangle.cpp')
-rw-r--r-- | clang/lib/AST/MicrosoftMangle.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/AST/MicrosoftMangle.cpp b/clang/lib/AST/MicrosoftMangle.cpp index e9474791961..f7b80d5b277 100644 --- a/clang/lib/AST/MicrosoftMangle.cpp +++ b/clang/lib/AST/MicrosoftMangle.cpp @@ -1926,12 +1926,6 @@ void MicrosoftCXXNameMangler::mangleType(const BuiltinType *T, Qualifiers, mangleArtificalTagType(TTK_Struct, "_Half", {"__clang"}); break; - case BuiltinType::ShortAccum: - case BuiltinType::Accum: - case BuiltinType::LongAccum: - case BuiltinType::UShortAccum: - case BuiltinType::UAccum: - case BuiltinType::ULongAccum: case BuiltinType::Char8: case BuiltinType::Float128: { DiagnosticsEngine &Diags = Context.getDiags(); |