[libc-commits] [PATCH] D130727: [libc][NFC] Use STL case for type_traits
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 28 13:11:10 PDT 2022
gchatelet updated this revision to Diff 448426.
gchatelet added a comment.
Herald added a subscriber: mgorny.
- Fix one missing `Value`->`value` and rename header to type_traits.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130727/new/
https://reviews.llvm.org/D130727
Files:
libc/fuzzing/math/Compare.h
libc/src/__support/CPP/ArrayRef.h
libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/TypeTraits.h
libc/src/__support/CPP/Utility.h
libc/src/__support/CPP/atomic.h
libc/src/__support/CPP/stringstream.h
libc/src/__support/CPP/type_traits.h
libc/src/__support/FPUtil/BasicOperations.h
libc/src/__support/FPUtil/DivisionAndRemainderOperations.h
libc/src/__support/FPUtil/FMA.h
libc/src/__support/FPUtil/FPBits.h
libc/src/__support/FPUtil/Hypot.h
libc/src/__support/FPUtil/ManipulationFunctions.h
libc/src/__support/FPUtil/NearestIntegerOperations.h
libc/src/__support/FPUtil/NormalFloat.h
libc/src/__support/FPUtil/aarch64/FMA.h
libc/src/__support/FPUtil/generic/FMA.h
libc/src/__support/FPUtil/generic/FMod.h
libc/src/__support/FPUtil/generic/sqrt.h
libc/src/__support/FPUtil/x86_64/FMA.h
libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
libc/src/__support/integer_operations.h
libc/src/__support/integer_to_string.h
libc/src/math/generic/math_utils.h
libc/src/string/memory_utils/address.h
libc/src/string/memory_utils/algorithm.h
libc/src/string/memory_utils/backend_aarch64.h
libc/src/string/memory_utils/backend_scalar.h
libc/src/string/memory_utils/backend_x86.h
libc/src/string/memory_utils/sized_op.h
libc/test/src/__support/CPP/integer_sequence_test.cpp
libc/test/src/math/NextAfterTest.h
libc/test/src/math/exhaustive/exhaustive_test.h
libc/test/src/math/exhaustive/fmod_generic_impl_test.cpp
libc/test/src/string/memory_utils/address_test.cpp
libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/MPFRWrapper/MPFRUtils.h
libc/utils/UnitTest/FPMatcher.cpp
libc/utils/UnitTest/FPMatcher.h
libc/utils/UnitTest/LibcTest.cpp
libc/utils/UnitTest/LibcTest.h
libc/utils/UnitTest/StringUtils.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130727.448426.patch
Type: text/x-patch
Size: 69574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220728/42fca984/attachment-0001.bin>
More information about the libc-commits
mailing list