[libcxx-commits] [PATCH] D119860: [libc++] [test] Mechanically qualify calls to std:: functions. NFCI.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 16 08:05:12 PST 2022


Quuxplusone closed this revision.
Quuxplusone added a comment.

Landed as:

  37f7e31015b0 [libc++] [test] Qualify calls to std::get(tuple). NFC.
  79dc7551d83b [libc++] [test] Qualify calls to std::rethrow_exception. NFC.
  f033bf88b4e2 [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI.
  98bb747c8705 [libc++] [test] Qualify calls to std::getline. NFCI.
  eae745c18e2e [libc++] [test] Qualify calls to iomanip functions in std/input.output/iostream.format/. NFCI.
  85a92deb590e [libc++] [test] Qualify calls to iomanip functions in std/localization/. NFCI.
  3b966c1fe9bf [libc++] [test] Qualify `prev` as `std::prev` in a lot of tests. NFCI.
  5ffe11a9fccf [libc++] [test] Qualify `next` as `std::next` in a lot of tests. NFCI.
  7853371146d1 [libc++] [test] Qualify `move` as `std::move` in a lot of tests. NFCI.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119860



More information about the libcxx-commits mailing list