[PATCH] D46084: [Fixed Point Arithmetic] Addition of the Fixed Point _Accum type

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 22 21:01:25 PDT 2018


jfb added a comment.

This is on by default for any version of C? AFAICK `_Accum` isn't on the C17 draft that I have, I'd expect to have to specify a command-line flag pertaining to TR 18037 to get this. At a minimum I'd be OK having it with the GNU variant of C, but not the `__ANSI_C__` one.


Repository:
  rC Clang

https://reviews.llvm.org/D46084





More information about the cfe-commits mailing list