Files
clang-p2996/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm
Louis Dionne fd62906ddb [libc++] Fix incorrect overflow checking in std::lcm (#96310)
We should have been using __builtin_mul_overflow from the start instead
of adding a manual (and error-prone) check for overflow.

Fixes #96196
2024-06-25 08:35:23 -05:00
..