aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbgdbclient.py
diff options
context:
space:
mode:
authorSteffen Larsen <steffen.larsen@intel.com>2025-07-31 21:25:18 +0200
committerGitHub <noreply@github.com>2025-07-31 15:25:18 -0400
commit09cc8eaf1b85e3f39b095febe36759e550906096 (patch)
tree5526993d78f52fc399a8d3d0cbb3ff656133bc97 /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py
parent550058c58baa8d0ac3c4ee7f1ddc4a051a814f19 (diff)
downloadllvm-09cc8eaf1b85e3f39b095febe36759e550906096.zip
llvm-09cc8eaf1b85e3f39b095febe36759e550906096.tar.gz
llvm-09cc8eaf1b85e3f39b095febe36759e550906096.tar.bz2
[libc++] Fix return type of ilogb(double) (#150374)
This commit addresses a seemingly unintentional return type of the ilogb overload taking a double. Currently it returns double, while it is supposed to return int. The return types seems to be covered by libcxx/test/std/numerics/c.math/cmath.pass.cpp, but the issue would only show up if we tested with a libc that doesn't provide the ilogb(double) overload, which we don't.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions