[all-commits] [llvm/llvm-project] 39f370: [libc] change str to int tests to be templated

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Dec 22 10:40:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39f370aefd42d6b6bdec9224a53aca350438a09c
      https://github.com/llvm/llvm-project/commit/39f370aefd42d6b6bdec9224a53aca350438a09c
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M libc/test/src/inttypes/CMakeLists.txt
    M libc/test/src/inttypes/strtoimax_test.cpp
    M libc/test/src/inttypes/strtoumax_test.cpp
    M libc/test/src/stdlib/CMakeLists.txt
    A libc/test/src/stdlib/StrtolTest.h
    M libc/test/src/stdlib/strtol_test.cpp
    M libc/test/src/stdlib/strtoll_test.cpp
    M libc/test/src/stdlib/strtoul_test.cpp
    M libc/test/src/stdlib/strtoull_test.cpp
    M utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel

  Log Message:
  -----------
  [libc] change str to int tests to be templated

Previously the tests were copy/pasted into several files, this changes
them to be instead templated and sharing one file.

Reviewed By: lntue

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




More information about the All-commits mailing list