From ce0497145e8a9eb837a70bb35d63803676711bbc Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 16 Jun 2020 22:36:42 +0100 Subject: Clang format and tidy --- Jamroot.jam | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 98e8e4c..9d1aa16 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -23,26 +23,33 @@ project coverage:on tidy:boost-* tidy:bugprone-* + tidy:bugprone-macro-parentheses tidy:clang-* + tidy:clang-analyzer-cplusplus.NewDeleteLeaks tidy:misc-* + tidy:misc-non-private-member-variables-in-classes tidy:modernize-* tidy:modernize-use-trailing-return-type tidy:hicpp-* + tidy:hicpp-no-array-decay + tidy:hicpp-vararg tidy:performance-* - tidy:test/bin/tidy/debug/classes.h - tidy:test/bin/tidy/debug/classtype.h - tidy:test/bin/tidy/debug/collections.h - tidy:test/bin/tidy/debug/enums.h - tidy:test/bin/tidy/debug/inheritance.h - tidy:test/bin/tidy/debug/interfaces.h - tidy:test/bin/tidy/debug/json.h - tidy:test/bin/tidy/debug/locals.h - tidy:test/bin/tidy/debug/optionals.h - tidy:test/bin/tidy/debug/structs.h - tidy:test/bin/tidy/debug/types.h - tidy:test/bin/tidy/debug/xml.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/classes.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/classtype.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/collections.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/enums.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/inheritance.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/interfaces.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/json.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/locals.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/optionals.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/structs.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/types.h + tidy:test/bin/tidy/debug/cxxstd-17-iso/xml.h tidy:slicer/bin/common.h tidy:xml/bin/tidy/debug/cxxstd-17-iso/xmlExceptions.h + tidy:db/bin/tidy/debug/cxxstd-17-iso/sqlExceptions.h + tidy:db/bin/tidy/debug/cxxstd-17-iso/testModels.h ; build-project slicer ; -- cgit v1.2.3