https://bugs.kde.org/show_bug.cgi?id=401494
Sergio Martins <smart...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/cla | |zy/9713a15f65424f06e45c78fc | |1bf1c2d2b27f4e36 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Sergio Martins <smart...@kde.org> --- Git commit 9713a15f65424f06e45c78fc1bf1c2d2b27f4e36 by Sergio Martins. Committed on 01/12/2018 at 15:52. Pushed by smartins into branch '1.4'. inefficient-qlist: Use 64 as the limit, instead of sizeof(void*) Means that if you're programming in a 32-bit environment you should write portable code and not pessimize for 64-bit platforms. If your code will never run in 64-bit using QVector won't be a pessimization anyway, it's a good default. Also fixes the unit-test output being different in 32-bit. M +1 -1 docs/checks/README-inefficient-qlist-soft.md M +4 -1 docs/checks/README-inefficient-qlist.md M +3 -1 src/QtUtils.h M +3 -2 src/checks/inefficientqlistbase.cpp https://commits.kde.org/clazy/9713a15f65424f06e45c78fc1bf1c2d2b27f4e36 -- You are receiving this mail because: You are watching all bug changes.