diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-06-07 19:03:36 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-06-07 19:03:36 +0100 |
commit | bc4333ffd2e7243ba1049de633644543f40144fe (patch) | |
tree | 1dc636a27f4185559af6d0f3ed18876afdadc7ba /Jamroot.jam | |
parent | Bump Ice version (diff) | |
download | icespider-bc4333ffd2e7243ba1049de633644543f40144fe.tar.bz2 icespider-bc4333ffd2e7243ba1049de633644543f40144fe.tar.xz icespider-bc4333ffd2e7243ba1049de633644543f40144fe.zip |
Clang format and tidy
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 7c80214..da57267 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -22,10 +22,17 @@ project <toolset>tidy:<checkxx>bugprone-* <toolset>tidy:<checkxx>clang-* <toolset>tidy:<checkxx>misc-* + <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes <toolset>tidy:<checkxx>modernize-* <toolset>tidy:<xcheckxx>modernize-use-trailing-return-type <toolset>tidy:<checkxx>hicpp-* <toolset>tidy:<checkxx>performance-* + <toolset>tidy:<exclude>common/bin/http.h + <toolset>tidy:<exclude>common/bin/session.h + <toolset>tidy:<exclude>compile/bin/tidy/debug/cxxstd-17-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 ; build-project icespider ; |