[all-commits] [llvm/llvm-project] 91eb0b: [libc][NFC] Use STL case for limits

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Aug 1 02:18:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91eb0b6584e06f898ad1994962a0bc73937c7f49
      https://github.com/llvm/llvm-project/commit/91eb0b6584e06f898ad1994962a0bc73937c7f49
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
    M libc/src/__support/CPP/CMakeLists.txt
    R libc/src/__support/CPP/Limits.h
    A libc/src/__support/CPP/limits.h
    M libc/src/__support/FPUtil/generic/FMod.h
    M libc/src/__support/str_to_float.h
    M libc/src/__support/str_to_integer.h
    M libc/src/stdio/printf_core/converter_utils.h
    M libc/src/stdio/printf_core/write_int_converter.h
    M libc/test/src/__support/CPP/limits_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

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

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

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




More information about the All-commits mailing list