[libc-commits] [PATCH] D130771: [libc][NFC] Use STL case for utility

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 29 06:25:10 PDT 2022


gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

Migrating all private STL code to the standard STL case but keeping it under the CPP namespace to avoid confusion.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130771

Files:
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/Utility.h
  libc/src/__support/CPP/utility.h
  libc/test/src/__support/CPP/integer_sequence_test.cpp
  libc/test/src/stdlib/atexit_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130771.448608.patch
Type: text/x-patch
Size: 5163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220729/a71bb0e5/attachment-0001.bin>


More information about the libc-commits mailing list