diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-11-01 11:27:56 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-11-01 11:27:56 +0000 |
commit | fed7bd938e71b1037b2e6eba2d2017f7fa1d7011 (patch) | |
tree | e6c80698509016653f9a64195a1f23b0471c91bc /Jamroot.jam | |
parent | Remove some unused stuff (diff) | |
download | slicer-fed7bd938e71b1037b2e6eba2d2017f7fa1d7011.tar.bz2 slicer-fed7bd938e71b1037b2e6eba2d2017f7fa1d7011.tar.xz slicer-fed7bd938e71b1037b2e6eba2d2017f7fa1d7011.zip |
Pass clang-tidy and cppcheck
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index b878832..292cefc 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -28,11 +28,13 @@ project <toolset>tidy:<xcheckxx>clang-analyzer-cplusplus.NewDeleteLeaks <toolset>tidy:<checkxx>misc-* <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes + <toolset>tidy:<xcheckxx>misc-no-recursion <toolset>tidy:<checkxx>modernize-* <toolset>tidy:<xcheckxx>modernize-use-trailing-return-type <toolset>tidy:<checkxx>hicpp-* <toolset>tidy:<xcheckxx>hicpp-no-array-decay <toolset>tidy:<xcheckxx>hicpp-vararg + <toolset>tidy:<xcheckxx>hicpp-named-parameter <toolset>tidy:<checkxx>performance-* <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/classes.h <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/classtype.h |