Files
clang-p2996/clang/docs
Baranov Victor 96b9b2e21d [Clang] Fix '-Wformat-overflow' FP when floats had field-width and plus prefix (#144274)
If field width is specified, the sign/space is already accounted for
within the field width, so no additional size is needed.

Fixes https://github.com/llvm/llvm-project/issues/143951.

---------

Co-authored-by: Aaron Ballman <aaron@aaronballman.com>
2025-06-30 22:43:47 +03:00
..
2025-03-29 20:54:15 +01:00
2025-04-10 20:40:43 +02:00