summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-02-06 14:37:15 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-02-06 14:37:15 +0000
commitec8c65386ea0121b80970ccd6ca6cb622a23c040 (patch)
treee9d656fb87eea0542111a4a4a7d023045081e7c3 /Jamroot.jam
parentrequiredParameterNotFound is noreturn (diff)
downloadicespider-ec8c65386ea0121b80970ccd6ca6cb622a23c040.tar.bz2
icespider-ec8c65386ea0121b80970ccd6ca6cb622a23c040.tar.xz
icespider-ec8c65386ea0121b80970ccd6ca6cb622a23c040.zip
Fix all non-unittest warnings
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index de7cae6..5a6f3b3 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -33,6 +33,7 @@ project
<variant>coverage:<coverage>on
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
+ <toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters
<toolset>tidy:<checkxx>clang-*
<toolset>tidy:<checkxx>misc-*
<toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes
@@ -43,13 +44,14 @@ project
<toolset>tidy:<checkxx>performance-*
<toolset>tidy:<exclude>common/bin/http.h
<toolset>tidy:<exclude>common/bin/session.h
- <toolset>tidy:<exclude>cxxstd-17-iso/routes.h
+ <toolset>tidy:<exclude>cxxstd-20-iso/routes.h
<toolset>tidy:<exclude>core/bin/routeOptions.h
<toolset>tidy:<exclude>unittests/bin/test-api.h
<toolset>tidy:<exclude>unittests/bin/test-fcgi.h
<toolset>tidy:<exclude>ice/cpp/*
<toolset>tidy:<librarydef>boost
<toolset>tidy:<librarydef>std
+ <toolset>tidy:<mapping>iwyu.json
;
build-project icespider ;