[PATCH] D33719: Add _Float16 as a C/C++ source language type

Sjoerd Meijer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 06:26:55 PDT 2017


SjoerdMeijer added inline comments.


================
Comment at: include/clang-c/Index.h:3015
   CXType_Half = 31,
+  CXType_Float16 = 30,
   CXType_FirstBuiltin = CXType_Void,
----------------
rogfer01 wrote:
> This enumerator is the same as `CXType_Float128` above, is that intended?
Ah, thanks, copy-paste mistake. Will fix.


https://reviews.llvm.org/D33719





More information about the cfe-commits mailing list