[libcxx-commits] [PATCH] D146643: [libc++] Qualifies intptr_t and uintptr_t.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 22 09:48:07 PDT 2023


Mordante created this revision.
Herald added subscribers: mikhail.ramalho, miyuki.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This has been done using the following command

  find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)(?<!::u)u?intptr_t)|\1std::\2|' \{} \;

The std module doesn't export declarations in the global namespaace.
This is a preparation for that module.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146643

Files:
  libcxx/test/std/atomics/atomics.types.generic/integral_typedefs.pass.cpp
  libcxx/test/std/atomics/stdatomic.h.syn/types.compile.pass.cpp
  libcxx/test/std/atomics/types.pass.cpp
  libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp
  libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.fail.cpp
  libcxx/test/std/numerics/bit/bit.pow.two/bit_ceil.pass.cpp
  libcxx/test/std/numerics/bit/bit.pow.two/bit_floor.pass.cpp
  libcxx/test/std/numerics/bit/bit.pow.two/bit_width.pass.cpp
  libcxx/test/std/numerics/bit/bit.pow.two/has_single_bit.pass.cpp
  libcxx/test/std/numerics/bit/bitops.count/countl_one.pass.cpp
  libcxx/test/std/numerics/bit/bitops.count/countl_zero.pass.cpp
  libcxx/test/std/numerics/bit/bitops.count/countr_one.pass.cpp
  libcxx/test/std/numerics/bit/bitops.count/countr_zero.pass.cpp
  libcxx/test/std/numerics/bit/bitops.count/popcount.pass.cpp
  libcxx/test/std/numerics/bit/bitops.rot/rotl.pass.cpp
  libcxx/test/std/numerics/bit/bitops.rot/rotr.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.elements/iterator/ctor.other.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.elements/sentinel/equality.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.elements/types.h
  libcxx/test/std/ranges/range.adaptors/range.split/types.h
  libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/equality.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.zip/iterator/arithmetic.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.zip/iterator/compare.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.zip/iterator/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.zip/iterator/member_types.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/minus.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.zip/types.h
  libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.pointer.pass.cpp
  libcxx/test/std/utilities/function.objects/unord.hash/integral.pass.cpp
  libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared_construct.pass.cpp
  libcxx/test/std/utilities/meta/meta.unary.prop.query/alignment_of.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146643.507406.patch
Type: text/x-patch
Size: 29108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230322/98d24357/attachment-0001.bin>


More information about the libcxx-commits mailing list