aboutsummaryrefslogtreecommitdiffstats
path: root/CheckSources.cmake
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2018-03-03 20:26:56 +0000
committerSergio Martins <smartins@kde.org>2018-03-03 23:56:21 +0000
commite5ff008ba3b72f914585711d506fda17c4e07f90 (patch)
treebb40706085db44e2fe63014e4bf80e1992b2afa8 /CheckSources.cmake
parent84394fef128d253cf73f186719f30183fed7cdf9 (diff)
Introducing qhash-with-char-pointer-key
Disabled by default, as there are valid use cases.
Diffstat (limited to 'CheckSources.cmake')
-rw-r--r--CheckSources.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CheckSources.cmake b/CheckSources.cmake
index 6b2e53a1..13e8ab96 100644
--- a/CheckSources.cmake
+++ b/CheckSources.cmake
@@ -2,6 +2,7 @@ set(CLAZY_CHECKS_SRCS ${CLAZY_CHECKS_SRCS}
${CMAKE_CURRENT_LIST_DIR}/src/checks/manuallevel/container-inside-loop.cpp
${CMAKE_CURRENT_LIST_DIR}/src/checks/manuallevel/inefficientqlist.cpp
${CMAKE_CURRENT_LIST_DIR}/src/checks/manuallevel/isempty-vs-count.cpp
+ ${CMAKE_CURRENT_LIST_DIR}/src/checks/manuallevel/qhash-with-char-pointer-key.cpp
${CMAKE_CURRENT_LIST_DIR}/src/checks/manuallevel/qstring-varargs.cpp
${CMAKE_CURRENT_LIST_DIR}/src/checks/manuallevel/qt-keywords.cpp
${CMAKE_CURRENT_LIST_DIR}/src/checks/manuallevel/qt4-qstring-from-array.cpp