diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2024-08-23 11:14:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-23 11:14:50 -0700 |
commit | a968ae6873d4dba50dabaa321fe05d3ccc9f38c8 (patch) | |
tree | 2852d4d071533b7375555e6cbbce0d6d101d91dd /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 11d2de436cbab8667fe1f99d7b538e6fb555b4d7 (diff) | |
download | llvm-a968ae6873d4dba50dabaa321fe05d3ccc9f38c8.zip llvm-a968ae6873d4dba50dabaa321fe05d3ccc9f38c8.tar.gz llvm-a968ae6873d4dba50dabaa321fe05d3ccc9f38c8.tar.bz2 |
[TableGen] Refactor SequenceToOffsetTable class (#104986)
- Replace use of std::isalnum/ispunct with StringExtras version to avoid
possibly locale dependent behavior.
- Remove `static` from printChar (do its deduplicated when linking).
- Use range based for loops and structured bindings.
- No need to use `llvm::` for code in llvm namespace.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions