[all-commits] [llvm/llvm-project] 49eb58: [libc][NFC] Use STL case for utility
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Aug 1 02:29:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49eb58063f2422fb0cd067c05d3c184b42243630
https://github.com/llvm/llvm-project/commit/49eb58063f2422fb0cd067c05d3c184b42243630
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
M libc/src/__support/CPP/CMakeLists.txt
R libc/src/__support/CPP/Utility.h
A libc/src/__support/CPP/utility.h
M libc/test/src/__support/CPP/integer_sequence_test.cpp
M libc/test/src/stdlib/atexit_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Use STL case for utility
Migrating all private STL code to the standard STL case but keeping it under the CPP namespace to avoid confusion.
Differential Revision: https://reviews.llvm.org/D130771
More information about the All-commits
mailing list