diff options
author | Mark de Wever <koraq@xs4all.nl> | 2023-03-12 17:11:29 +0100 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2023-03-14 17:28:53 +0100 |
commit | bd5d0fee9bbb3762ff26538f03d59926f5635c78 (patch) | |
tree | 387cde1965dd805e4873515768346e5f94204b1a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | f8bd0be602947c7b03dca744a27585cb5a08e548 (diff) | |
download | llvm-bd5d0fee9bbb3762ff26538f03d59926f5635c78.zip llvm-bd5d0fee9bbb3762ff26538f03d59926f5635c78.tar.gz llvm-bd5d0fee9bbb3762ff26538f03d59926f5635c78.tar.bz2 |
[libc++] Qualifies uint32_t and friends.
This has been done using the following command
find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)(?<!::u)u?int(_[a-z]+)?[0-9]{1,2}_t)|\1std::\2|' \{} \;
And manually removed some false positives in std/depr/depr.c.headers.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D145880
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions