[all-commits] [llvm/llvm-project] f72261: [libc][NFC] Use STL case for type_traits

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Fri Jul 29 02:57:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f72261508afa88e998521e54c46bdcd86fee1c24
      https://github.com/llvm/llvm-project/commit/f72261508afa88e998521e54c46bdcd86fee1c24
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-07-29 (Fri, 29 Jul 2022)

  Changed paths:
    M libc/fuzzing/math/Compare.h
    M libc/src/__support/CPP/ArrayRef.h
    M libc/src/__support/CPP/CMakeLists.txt
    R libc/src/__support/CPP/TypeTraits.h
    M libc/src/__support/CPP/Utility.h
    M libc/src/__support/CPP/atomic.h
    M libc/src/__support/CPP/stringstream.h
    A libc/src/__support/CPP/type_traits.h
    M libc/src/__support/FPUtil/BasicOperations.h
    M libc/src/__support/FPUtil/DivisionAndRemainderOperations.h
    M libc/src/__support/FPUtil/FMA.h
    M libc/src/__support/FPUtil/FPBits.h
    M libc/src/__support/FPUtil/Hypot.h
    M libc/src/__support/FPUtil/ManipulationFunctions.h
    M libc/src/__support/FPUtil/NearestIntegerOperations.h
    M libc/src/__support/FPUtil/NormalFloat.h
    M libc/src/__support/FPUtil/aarch64/FMA.h
    M libc/src/__support/FPUtil/generic/FMA.h
    M libc/src/__support/FPUtil/generic/FMod.h
    M libc/src/__support/FPUtil/generic/sqrt.h
    M libc/src/__support/FPUtil/x86_64/FMA.h
    M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
    M libc/src/__support/integer_operations.h
    M libc/src/__support/integer_to_string.h
    M libc/src/math/generic/math_utils.h
    M libc/src/string/memory_utils/address.h
    M libc/src/string/memory_utils/algorithm.h
    M libc/src/string/memory_utils/backend_aarch64.h
    M libc/src/string/memory_utils/backend_scalar.h
    M libc/src/string/memory_utils/backend_x86.h
    M libc/src/string/memory_utils/sized_op.h
    M libc/test/src/__support/CPP/integer_sequence_test.cpp
    M libc/test/src/math/NextAfterTest.h
    M libc/test/src/math/exhaustive/exhaustive_test.h
    M libc/test/src/math/exhaustive/fmod_generic_impl_test.cpp
    M libc/test/src/string/memory_utils/address_test.cpp
    M libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/UnitTest/FPMatcher.cpp
    M libc/utils/UnitTest/FPMatcher.h
    M libc/utils/UnitTest/LibcTest.cpp
    M libc/utils/UnitTest/LibcTest.h
    M libc/utils/UnitTest/StringUtils.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][NFC] Use STL case for type_traits

Migrating all private STL code to the standard STL case but keeping it under the CPP namespace to avoid confusion. Starting with the type_traits header.

Differential Revision: https://reviews.llvm.org/D130727




More information about the All-commits mailing list