Migrating all private STL code to the standard STL case but keeping it under the CPP namespace to avoid confusion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D130771
[libc][NFC] Use STL case for utility ClosedPublic Authored by gchatelet on Jul 29 2022, 6:25 AM.
Details
Summary Migrating all private STL code to the standard STL case but keeping it under the CPP namespace to avoid confusion.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 29 2022, 6:25 AM This revision is now accepted and ready to land.Aug 1 2022, 12:35 AM Closed by commit rG49eb58063f24: [libc][NFC] Use STL case for utility (authored by gchatelet). · Explain WhyAug 1 2022, 2:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 448608 libc/src/__support/CPP/CMakeLists.txt
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
|