[PATCH] D33719: Add _Float16 as a C/C++ source language type
Javed Absar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 31 07:11:09 PDT 2017
javed.absar added inline comments.
================
Comment at: include/clang/Sema/DeclSpec.h:283
static const TST TST_double = clang::TST_double;
+ static const TST TST_Float16 = clang::TST_Float16;
static const TST TST_float128 = clang::TST_float128;
----------------
Any particular reason why its not "TST_float16" ?
https://reviews.llvm.org/D33719
More information about the cfe-commits
mailing list