aboutsummaryrefslogtreecommitdiffstats
path: root/tests/range-loop
Commit message (Expand)AuthorAgeFilesLines
* Utils::containsNonConstMemberCall() now honours assign operatorSergio Martins2017-12-081-0/+18
* Fix crash when working with undeducible auto typesSergio Martins2016-10-133-0/+22
* range-loop: Don't warn if the container doesn't detachSergio Martins2016-08-211-0/+8
* range-loop: Reduce false positivesSergio Martins2016-08-202-8/+21
* range-loop: Make space for includes in unit-testsSergio Martins2016-08-202-5/+16
* range-loop: Don't warn for non implicitly shared classesSergio Martins2016-05-021-1/+5
* range-loop: Improve warning message by getting decent type nameSergio Martins2016-02-281-1/+1
* range-loop: Don't warn when missing ref for big trivial typesSergio Martins2016-02-282-6/+3
* range-loop: fix warning message, it's a range-for, not foreachSergio Martins2016-02-281-4/+4
* range-loop: Don't warn when using non-const refsSergio Martins2016-02-112-3/+5
* range-loop: Make space for more testsSergio Martins2016-02-112-5/+12
* range-loop: Warn when you're missing a const-refSergio Martins2015-12-232-1/+80
* Introduce threading support for unit-testsSergio Martins2015-11-241-3/+3
* Port all other testsSergio Martins2015-11-242-0/+7
* range-loop: Also print the name of the offending containerSergio Martins2015-11-131-3/+3
* Move range-loop stuff from foreach into it's own checkSergio Martins2015-11-132-1/+11
* Introduce QtUtils classSergio Martins2015-11-131-0/+54