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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to