about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-02-14 10:07:29 -0500
committerGitHub <noreply@github.com>2017-02-14 10:07:29 -0500
commit651a5be270d8b3137f91e05803a25d07e034d36f (patch)
tree6521a924320460fef80bbdd753f75c869511c1ec /src/rustllvm/RustWrapper.cpp
parent48bc08247a7b4a5579437df54ca3f4a3fb25ce8d (diff)
parent162240c744fa415602dcd56f08895b9583037717 (diff)
downloadrust-651a5be270d8b3137f91e05803a25d07e034d36f.tar.gz
rust-651a5be270d8b3137f91e05803a25d07e034d36f.zip
Rollup merge of #39659 - zackw:asciiext-ctype, r=alexcrichton
Add equivalents of C's <ctype.h> functions to AsciiExt.

 * `is_ascii_alphabetic`
 * `is_ascii_uppercase`
 * `is_ascii_lowercase`
 * `is_ascii_alphanumeric`
 * `is_ascii_digit`
 * `is_ascii_hexdigit`
 * `is_ascii_punctuation`
 * `is_ascii_graphic`
 * `is_ascii_whitespace`
 * `is_ascii_control`

This addresses issue #39658.

Lightly tested on x86-64-linux.  tidy complains about the URLs in the documentation making lines too long, I don't know what to do about that.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions