summaryrefslogtreecommitdiff
path: root/include/clang-c
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-c
parentd10551520b50a0c7c847b35ae27066fee5a6617e (diff)
downloadclang-a07c88c0e8122047e77954a885af7dfc8bcdd87f.tar.gz
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-c')
-rw-r--r--include/clang-c/Index.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index 0973783a45..ff14d6e729 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -3182,14 +3182,8 @@ enum CXTypeKind {
CXType_Float128 = 30,
CXType_Half = 31,
CXType_Float16 = 32,
- CXType_ShortAccum = 33,
- CXType_Accum = 34,
- CXType_LongAccum = 35,
- CXType_UShortAccum = 36,
- CXType_UAccum = 37,
- CXType_ULongAccum = 38,
CXType_FirstBuiltin = CXType_Void,
- CXType_LastBuiltin = CXType_ULongAccum,
+ CXType_LastBuiltin = CXType_Float16,
CXType_Complex = 100,
CXType_Pointer = 101,