diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 11:48:50 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 11:48:50 +0100 | 
| commit | 8fdc26768f9f6d1daab08768bd279f071f1adc27 (patch) | |
| tree | d462afb29c6ddf91de67f9c2de669a31b8087e3b | |
| parent | Pass IWYU test for slicer and tool (diff) | |
| download | slicer-8fdc26768f9f6d1daab08768bd279f071f1adc27.tar.bz2 slicer-8fdc26768f9f6d1daab08768bd279f071f1adc27.tar.xz slicer-8fdc26768f9f6d1daab08768bd279f071f1adc27.zip  | |
Fix tidy exclusion path to cxxstd-20-iso, not 17
| -rw-r--r-- | Jamroot.jam | 32 | 
1 files changed, 16 insertions, 16 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 684df19..fad5a82 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -48,23 +48,23 @@ project  			<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/visibility-hidden/classes.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/classtype.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/collections.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/enums.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/functions.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/inheritance.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/interfaces.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/json.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/locals.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/optionals.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/structs.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/types.h -			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/xml.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/classes.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/classtype.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/collections.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/enums.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/functions.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/inheritance.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/interfaces.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/json.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/locals.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/optionals.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/structs.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/types.h +			<toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/xml.h  			<toolset>tidy:<exclude>slicer/bin/common.h -			<toolset>tidy:<exclude>xml/bin/tidy/debug/checker-none/cxxstd-17-iso/xmlExceptions.h -			<toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-17-iso/sqlExceptions.h -			<toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-17-iso/visibility-hidden/testModels.h +			<toolset>tidy:<exclude>xml/bin/tidy/debug/checker-none/cxxstd-20-iso/xmlExceptions.h +			<toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-20-iso/sqlExceptions.h +			<toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/testModels.h  			<toolset>tidy:<exclude>ice/cpp/*  			<toolset>tidy:<define>ICE_IGNORE_VERSION  			<toolset>tidy:<define>ICE_MEMBER  | 
