[PATCH] D79810: [FileCheck] Fix isalpha/isalnum calls

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 10:50:22 PDT 2020


efriedma added a comment.

Please use llvm::isAlpha/llvm::isAlnum instead of the functions from ctype.h; ctype.h is locale-dependent.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79810/new/

https://reviews.llvm.org/D79810





More information about the llvm-commits mailing list