Clang: Provide example with clazy warnings

Change-Id: I23cb81d0ffe0d23428ce85ba22d85e1d6c8c1216
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2018-02-15 14:24:16 +01:00
parent cec807f5c1
commit 1ed7d3c270
2 changed files with 139 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ CONFIG+= c++1z
TARGET = examples
SOURCES += tidy_example.cpp
SOURCES += clazy_example.cpp tidy_example.cpp
HEADERS += tidy_example.h