[libc-commits] [libc] [libc] Add a smaller b36_char_to_int (PR #180841)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Sat Feb 21 00:33:24 PST 2026


================
@@ -371,6 +371,7 @@ LIBC_INLINE constexpr bool isalnum(char ch) {
   }
 }
 
+#ifndef LIBC_COPT_SMALL_ASCII_CTYPE
----------------
michaelrj-google wrote:

that explains why the typos didn't cause a test failure, oops!

https://github.com/llvm/llvm-project/pull/180841


More information about the libc-commits mailing list