summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2018-06-02 03:27:13 +0000
committerLeonard Chan <leonardchan@google.com>2018-06-02 03:27:13 +0000
commita07c88c0e8122047e77954a885af7dfc8bcdd87f (patch)
treefe1a59748ccd21c133c66c67c42c69a4b0b7e506 /include/clang/Serialization
parentd10551520b50a0c7c847b35ae27066fee5a6617e (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization')
-rw-r--r--include/clang/Serialization/ASTBitCodes.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h
index 24bdb644de..4ddffe1192 100644
--- a/include/clang/Serialization/ASTBitCodes.h
+++ b/include/clang/Serialization/ASTBitCodes.h
@@ -939,24 +939,6 @@ namespace serialization {
/// The C++ 'char8_t' type.
PREDEF_TYPE_CHAR8_ID = 45,
- /// \brief The 'short _Accum' type
- PREDEF_TYPE_SHORT_ACCUM_ID = 46,
-
- /// \brief The '_Accum' type
- PREDEF_TYPE_ACCUM_ID = 47,
-
- /// \brief The 'long _Accum' type
- PREDEF_TYPE_LONG_ACCUM_ID = 48,
-
- /// \brief The 'unsigned short _Accum' type
- PREDEF_TYPE_USHORT_ACCUM_ID = 49,
-
- /// \brief The 'unsigned _Accum' type
- PREDEF_TYPE_UACCUM_ID = 50,
-
- /// \brief The 'unsigned long _Accum' type
- PREDEF_TYPE_ULONG_ACCUM_ID = 51,
-
/// OpenCL image types with auto numeration
#define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
PREDEF_TYPE_##Id##_ID,