From 064a44e571f2bf2593571fc42f808129f8c447c5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 27 Jun 2020 16:23:18 +0100 Subject: Pass clang-tidy and cppcheck --- Jamroot.jam | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 9d1aa16..b350916 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -34,22 +34,25 @@ project tidy:hicpp-no-array-decay tidy:hicpp-vararg tidy:performance-* - 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:test/bin/tidy/debug/checker-none/cxxstd-17-iso/classes.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/classtype.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/collections.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/enums.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/inheritance.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/interfaces.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/json.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/locals.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/optionals.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/structs.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/types.h + tidy:test/bin/tidy/debug/checker-none/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 + tidy:xml/bin/tidy/debug/checker-none/cxxstd-17-iso/xmlExceptions.h + tidy:db/bin/tidy/debug/checker-none/cxxstd-17-iso/sqlExceptions.h + tidy:db/bin/tidy/debug/checker-none/cxxstd-17-iso/testModels.h + tidy:ice/cpp/* + tidy:ICE_IGNORE_VERSION + tidy:__x86_64 ; build-project slicer ; -- cgit v1.2.3