It was using int for two flag columns; we can pass the relevant flag types now, and we get better type-checking by doing so. Expand the integral numeric column from int to qlonglong, since that's the type we actually end up with by the time we're asking QLocale to do our formatting for us. Add test-cases for things we've lately noticed aren't right, notably including the min-qlonglong test (which passes because compilers handle the UB straightforwardly), that needed the integral numeric column's expansion. Sign-handling for negative values in hex fails; a later commit shall fix and remove the QEXPECT_FAIL(). Pick-to: 6.8 6.5 5.15 Task-number: QTBUG-133269 Change-Id: I39c5339b144b40a30886d8253fa464828ed87629 Reviewed-by: Mate Barany <mate.barany@qt.io> (cherry picked from commit 5a230596c8c1f63e662ce17e094e2ae187066d6d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%