[all-commits] [llvm/llvm-project] aa59c9: [libc][NFC] Use STL case for string_view
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Aug 22 08:25:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa59c9810a40653702d4c606111ebb4b0554bc35
https://github.com/llvm/llvm-project/commit/aa59c9810a40653702d4c606111ebb4b0554bc35
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-08-22 (Mon, 22 Aug 2022)
Changed paths:
M libc/src/__support/CPP/CMakeLists.txt
R libc/src/__support/CPP/StringView.h
A libc/src/__support/CPP/string_view.h
M libc/src/__support/CPP/stringstream.h
M libc/src/__support/integer_to_string.h
M libc/src/__support/threads/linux/thread.cpp
M libc/src/__support/threads/thread.h
M libc/src/pthread/pthread_setname_np.cpp
M libc/src/stdio/printf_core/core_structs.h
M libc/src/stdio/printf_core/int_converter.h
M libc/src/stdlib/getenv.cpp
M libc/test/integration/src/pthread/pthread_name_test.cpp
M libc/test/src/__support/CPP/stringview_test.cpp
M libc/test/src/__support/integer_to_string_test.cpp
M libc/test/src/dirent/dirent_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/UnitTest/LibcTest.cpp
M libc/utils/UnitTest/LibcTest.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Use STL case for string_view
More information about the All-commits
mailing list