[all-commits] [llvm/llvm-project] 7ba14b: [libc][NFC] Use STL case for bit

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Fri Aug 19 14:10:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ba14b8611df1172d92d60bf19870e98a92e7a3a
      https://github.com/llvm/llvm-project/commit/7ba14b8611df1172d92d60bf19870e98a92e7a3a
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
    R libc/src/__support/CPP/Bit.h
    M libc/src/__support/CPP/CMakeLists.txt
    A libc/src/__support/CPP/bit.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/generic/FMA.h
    M libc/src/__support/FPUtil/generic/sqrt.h
    M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
    M libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
    M libc/src/math/generic/math_utils.h
    M libc/src/stdio/printf_core/parser.cpp
    M libc/src/string/memory_utils/elements_x86.h
    M libc/test/src/math/NextAfterTest.h
    M libc/test/src/math/SqrtTest.h
    M libc/test/src/stdio/printf_core/parser_test.cpp
    M libc/test/src/string/memory_utils/backend_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

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




More information about the All-commits mailing list