[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 10:59:24 PST 2021
aaron.ballman updated this revision to Diff 394320.
aaron.ballman added a comment.
Updated based on review feedback. This protects all of the _WIDTH macros in stdint.h, which was a previous oversight. It also corrects the test case to actually test the scenario we care about (which requires that we look at the standard version).
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.394320.patch
Type: text/x-patch
Size: 54951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211214/48edfb1c/attachment-0001.bin>
More information about the cfe-commits
mailing list