[all-commits] [llvm/llvm-project] c6dcbe: [libc] Templatize str{, n}cmp

Alex Brachet via All-commits all-commits at lists.llvm.org
Mon Jan 9 12:13:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c6dcbed2e5327f0c11962bdbbcd02f1b5c570fea
      https://github.com/llvm/llvm-project/commit/c6dcbed2e5327f0c11962bdbbcd02f1b5c570fea
  Author: Alex Brachet <abrachet at google.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M libc/src/__support/CPP/functional.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memory_utils/CMakeLists.txt
    A libc/src/string/memory_utils/strcmp_implementations.h
    M libc/src/string/strcmp.cpp
    M libc/src/string/strncmp.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc] Templatize str{,n}cmp

This will be used to implement the case insensitive str{,n}casecmp

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




More information about the All-commits mailing list