[PATCH] D115253: [C2x] Support the *_WIDTH macros in limits.h and stdint.h

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 14 09:37:05 PST 2021


aaron.ballman added a comment.

In D115253#3192652 <https://reviews.llvm.org/D115253#3192652>, @aaron.ballman wrote:

> Updating based on off-list review feedback and adding a new reviewer.

This added `DefineTypeSizeAndWidth()` as a helper for setting the `_MAX` and `_WIDTH` macros as a pair and it introduces some more testing for the width's relationship to `sizeof` and `CHAR_BIT`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115253/new/

https://reviews.llvm.org/D115253



More information about the cfe-commits mailing list