aboutsummaryrefslogtreecommitdiffstats
path: root/tests/implicit-casts
Commit message (Expand)AuthorAgeFilesLines
* implicit-casts: warn on bool to int implicit castsSergio Martins2017-06-203-0/+40
* Make clazy compile using MSVC2015Kevin Funk2015-12-011-1/+1
* Introduce threading support for unit-testsSergio Martins2015-11-241-2/+2
* Port all other testsSergio Martins2015-11-242-0/+7
* implicit-casts: Don't warn when in QVERIFYSergio Martins2015-10-191-1/+9
* implicit-casts: Unhide the check, but disable bool->int castingSergio Martins2015-10-181-2/+0
* implicit-casts: Improve itSergio Martins2015-10-182-5/+33
* Rename the tool to clang-lazy, aka clazySergio Martins2015-08-261-2/+2
* Add new check, implicit-casts to catch casts from bool.Sergio Martins2015-08-192-0/+52