aboutsummaryrefslogtreecommitdiffstats
path: root/tests/inefficient-qlist-soft
Commit message (Collapse)AuthorAgeFilesLines
* inefficient-qlist-soft: Also add test-case hereSergio Martins2016-01-301-0/+6
| | | | CCBUG: 358740
* introducing new check: inefficient-qlist-softSergio Martins2016-01-243-0/+95
Warns about QList<T> where sizeof(T) > sizeof(void*), but it's a lot more conservative than inefficient-qlist check. Only warns on containers being used locally, with no dependency to external code, so all warnings should be trivial to fix by using QVector