[all-commits] [llvm/llvm-project] 3f3bbd: [libc][NFC] Use STL case for functional
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Aug 1 02:11:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f3bbd737074497f4abe3f9d7785399b04f62168
https://github.com/llvm/llvm-project/commit/3f3bbd737074497f4abe3f9d7785399b04f62168
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/Functional.h
A libc/src/__support/CPP/functional.h
M libc/test/src/__support/OSUtil/linux/x86_64/syscall_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Use STL case for functional
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/D130760
More information about the All-commits
mailing list