From 8fdc26768f9f6d1daab08768bd279f071f1adc27 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 25 Sep 2021 11:48:50 +0100 Subject: Fix tidy exclusion path to cxxstd-20-iso, not 17 --- Jamroot.jam | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 684df19..fad5a82 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -48,23 +48,23 @@ project tidy:hicpp-vararg tidy:hicpp-named-parameter tidy:performance-* - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/classes.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/classtype.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/collections.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/enums.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/functions.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/inheritance.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/interfaces.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/json.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/locals.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/optionals.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/structs.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/types.h - tidy:test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/xml.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/classes.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/classtype.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/collections.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/enums.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/functions.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/inheritance.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/interfaces.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/json.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/locals.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/optionals.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/structs.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/types.h + tidy:test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/xml.h tidy:slicer/bin/common.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/visibility-hidden/testModels.h + tidy:xml/bin/tidy/debug/checker-none/cxxstd-20-iso/xmlExceptions.h + tidy:db/bin/tidy/debug/checker-none/cxxstd-20-iso/sqlExceptions.h + tidy:db/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/testModels.h tidy:ice/cpp/* tidy:ICE_IGNORE_VERSION tidy:ICE_MEMBER -- cgit v1.2.3