Files
llvm-project/libc/.gitignore
Marcell Leleszi 9373dbdc00 [libc][wctype] Create generation script for classification lookup tables (#172042)
[#172040](https://github.com/llvm/llvm-project/issues/172040)

This patch implements the scripts for generating the lookup tables and
associated utils for wctype classification functions. Not all Unicode
properties are covered as not all need a lookup table, the rest will be
hardcoded. The size of the generated tables is 47,8KB.
2026-01-06 12:13:28 +01:00

7 lines
101 B
Plaintext

# Sphinx documentation
docs/_build/
build/
# Unicode data used for wctype functions
UnicodeData.txt