diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2025-01-10 15:20:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 15:20:55 -0500 |
commit | 4c6ca3efdae13a4dd75f9fe2cdfede5208e5d2c4 (patch) | |
tree | 28ea926264697a160fa2a94caa7cc02e2625977e /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 749bdc87f5d0646be93bb90dd843ffa07924205e (diff) | |
download | llvm-4c6ca3efdae13a4dd75f9fe2cdfede5208e5d2c4.zip llvm-4c6ca3efdae13a4dd75f9fe2cdfede5208e5d2c4.tar.gz llvm-4c6ca3efdae13a4dd75f9fe2cdfede5208e5d2c4.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions