[all-commits] [llvm/llvm-project] 40d859: [libc] Add value_type to cpp::array
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Apr 7 04:58:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40d859154c1692e6e2d6a7ad91efd610c9b7e5be
https://github.com/llvm/llvm-project/commit/40d859154c1692e6e2d6a7ad91efd610c9b7e5be
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M libc/src/__support/CPP/array.h
Log Message:
-----------
[libc] Add value_type to cpp::array
Commit: d2a32d7be01ff94f77b26d7c86b854f09677167a
https://github.com/llvm/llvm-project/commit/d2a32d7be01ff94f77b26d7c86b854f09677167a
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M libc/src/__support/CPP/type_traits.h
Log Message:
-----------
[libc] Use SFINAE to implement is_signed/is_unsigned
This allows to use the type traits with types that are non constructible from integers.
Commit: 26c17f4b60013e688a9ce764c4c4b088c0e5dcb9
https://github.com/llvm/llvm-project/commit/26c17f4b60013e688a9ce764c4c4b088c0e5dcb9
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M libc/src/string/memory_utils/op_generic.h
Log Message:
-----------
[libc][NFC] Simplify op_generic
Compare: https://github.com/llvm/llvm-project/compare/aa9ae76cac04...26c17f4b6001
More information about the All-commits
mailing list