diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2024-08-20 09:54:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 09:54:12 -0700 |
commit | e6751bfbf77bd9888b7882a46e2453e4ed149c7b (patch) | |
tree | 7b7b45cf042f0e82c5d44a53aaa5d90eb5014510 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 6a38e19c92ed09eeecb70d5f61c3b822acb4964d (diff) | |
download | llvm-e6751bfbf77bd9888b7882a46e2453e4ed149c7b.zip llvm-e6751bfbf77bd9888b7882a46e2453e4ed149c7b.tar.gz llvm-e6751bfbf77bd9888b7882a46e2453e4ed149c7b.tar.bz2 |
[NFC][TableGen] Elminate use of isalpha/isdigit from TGLexer (#104837)
- Replace use of std::isalpha, std::isdigit, std:isxdigit with LLVM's
StringExtras versions, to avoid possibly locale dependent behavior (e.g.
glibc).
- Create helper function for common checks for valid identifier
characters.
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions