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 D130762
[libc][NFC] Use STL case for limits ClosedPublic Authored by gchatelet on Jul 29 2022, 5:24 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, 5:24 AM This revision is now accepted and ready to land.Aug 1 2022, 12:35 AM Closed by commit rG91eb0b6584e0: [libc][NFC] Use STL case for limits (authored by gchatelet). · Explain WhyAug 1 2022, 2:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 448601 libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/limits.h
libc/src/__support/FPUtil/generic/FMod.h
libc/src/__support/str_to_float.h
libc/src/__support/str_to_integer.h
libc/src/stdio/printf_core/converter_utils.h
libc/src/stdio/printf_core/write_int_converter.h
libc/test/src/__support/CPP/limits_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
|