[all-commits] [llvm/llvm-project] 74971d: [libc] Add is_scalar (#65740)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Sep 8 05:45:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74971db14076afe75f785722f1caa471936d3134
https://github.com/llvm/llvm-project/commit/74971db14076afe75f785722f1caa471936d3134
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M libc/src/__support/CPP/type_traits.h
A libc/src/__support/CPP/type_traits/is_scalar.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Add is_scalar (#65740)
Adds the is_scalar traits based on implementation in
https://en.cppreference.com/w/cpp/types/is_scalar
More information about the All-commits
mailing list