[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
Wed Jan 12 10:43:56 PST 2022
aaron.ballman updated this revision to Diff 399383.
aaron.ballman added a comment.
Reworked a different way -- expose the signed versions of the width macros rather than the unsigned versions or both versions. Note, `__UINTPTR_WIDTH__` and `__UINTMAX_WIDTH__` were both preexisting macros, so I did not remove them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115253/new/
https://reviews.llvm.org/D115253
Files:
clang/docs/ReleaseNotes.rst
clang/lib/Frontend/InitPreprocessor.cpp
clang/lib/Headers/limits.h
clang/lib/Headers/stdint.h
clang/test/Headers/limits.cpp
clang/test/Headers/stdint.c
clang/test/Preprocessor/init-aarch64.c
clang/test/Preprocessor/init.c
clang/www/c_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115253.399383.patch
Type: text/x-patch
Size: 48130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220112/8f9095c3/attachment-0001.bin>
More information about the cfe-commits
mailing list