[all-commits] [llvm/llvm-project] 4c6ca3: [libc++] Implement a libc++ private version of isa...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Jan 10 12:21:17 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c6ca3efdae13a4dd75f9fe2cdfede5208e5d2c4
      https://github.com/llvm/llvm-project/commit/4c6ca3efdae13a4dd75f9fe2cdfede5208e5d2c4
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-01-10 (Fri, 10 Jan 2025)

  Changed paths:
    M libcxx/include/__locale
    M libcxx/src/locale.cpp

  Log Message:
  -----------
  [libc++] Implement a libc++ private version of isascii (#122361)

The isascii() function is not standard, so we should avoid relying on
the platform providing it, especially since it's easy to implement in
libc++ portably.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list