aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authorKatherine Whitlock <kate@skylinesynths.nyc>2025-06-21 14:10:20 -0400
committerGitHub <noreply@github.com>2025-06-21 21:10:20 +0300
commite7dd223ec451d4e8e522aa4f2c2baaa3d027f347 (patch)
tree8e018ab98379c59231bf54b7cc6c333452becd8a /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parent2ed089fb18b92ad668509076b9830f55d96d27fe (diff)
downloadllvm-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