[PATCH] D117238: [C2x] Add BITINT_MAXWIDTH support

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 13 10:41:27 PST 2022


erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

CFE changes LGTM, the limits.h/.cpp changes LOOK right, but please give others a chance to take a look.



================
Comment at: clang/lib/Sema/SemaType.cpp:2270
 
+  // The max size of a _BitInt is exposed to the user via the
+  // __BITINT_MAXWIDTH__ macro from InitPreprocessor.cpp. If someday a target
----------------
Thanks for this!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117238



More information about the cfe-commits mailing list