From fed7bd938e71b1037b2e6eba2d2017f7fa1d7011 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 1 Nov 2020 11:27:56 +0000 Subject: Pass clang-tidy and cppcheck --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index b878832..292cefc 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -28,11 +28,13 @@ project tidy:clang-analyzer-cplusplus.NewDeleteLeaks tidy:misc-* tidy:misc-non-private-member-variables-in-classes + tidy:misc-no-recursion tidy:modernize-* tidy:modernize-use-trailing-return-type tidy:hicpp-* tidy:hicpp-no-array-decay tidy:hicpp-vararg + tidy:hicpp-named-parameter tidy:performance-* tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/classes.h tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/classtype.h -- cgit v1.2.3