diff options
author | Katherine Whitlock <kate@skylinesynths.nyc> | 2025-06-21 14:10:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-21 21:10:20 +0300 |
commit | e7dd223ec451d4e8e522aa4f2c2baaa3d027f347 (patch) | |
tree | 8e018ab98379c59231bf54b7cc6c333452becd8a /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | 2ed089fb18b92ad668509076b9830f55d96d27fe (diff) | |
download | llvm-e7dd223ec451d4e8e522aa4f2c2baaa3d027f347.zip llvm-e7dd223ec451d4e8e522aa4f2c2baaa3d027f347.tar.gz llvm-e7dd223ec451d4e8e522aa4f2c2baaa3d027f347.tar.bz2 |
[clang-tidy] Add new check `readability-use-numeric-limits` (#127430)
The adds a check that replaces specific numeric literals like `32767`
with the equivalent call to `std::numeric_limits` (such as
`std::numeric_limits<int16_t>::max())`.
Partially addresses #34434, but notably does not handle cases listed in
the title post such as `~0` and `-1`.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions