aboutsummaryrefslogtreecommitdiffstats
path: root/tests/inefficient-qlist
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2015-08-26 11:28:25 +0100
committerSergio Martins <sergio.martins@kdab.com>2015-08-26 11:28:25 +0100
commit586e918de09c19625d3dd2d483c5bfec1a5d20e8 (patch)
treed77a6b121719e46dac683b13f8d4d9f6eaf1f0ee /tests/inefficient-qlist
parentec1b6f8b4a230829fb80fc656f355c100bcbd16a (diff)
Rename the tool to clang-lazy, aka clazy
Diffstat (limited to 'tests/inefficient-qlist')
-rw-r--r--tests/inefficient-qlist/test.expected4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/inefficient-qlist/test.expected b/tests/inefficient-qlist/test.expected
index 4d7c37ce..b50f1eb8 100644
--- a/tests/inefficient-qlist/test.expected
+++ b/tests/inefficient-qlist/test.expected
@@ -1,2 +1,2 @@
-main.cpp:24:5: warning: Use QVector instead of QList for type with size 9 bytes [-Wmore-warnings-inefficient-qlist]
-main.cpp:38:11: warning: Use QVector instead of QList for type with size 9 bytes [-Wmore-warnings-inefficient-qlist]
+main.cpp:24:5: warning: Use QVector instead of QList for type with size 9 bytes [-Wclazy-inefficient-qlist]
+main.cpp:38:11: warning: Use QVector instead of QList for type with size 9 bytes [-Wclazy-inefficient-qlist]