diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 11:53:38 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 11:53:38 +0100 |
commit | 22d21fcd58c8cd872c90caed84f62bd9798e7427 (patch) | |
tree | 2c39e1deefd73dbf913d5fe4812de11a2c6059f9 /Jamroot.jam | |
parent | Fix tidy exclusion path to cxxstd-20-iso, not 17 (diff) | |
download | slicer-22d21fcd58c8cd872c90caed84f62bd9798e7427.tar.bz2 slicer-22d21fcd58c8cd872c90caed84f62bd9798e7427.tar.xz slicer-22d21fcd58c8cd872c90caed84f62bd9798e7427.zip |
Pass nearly all the tidy checks
clang-tidy and cppcheck for everything, everything but generated code for IWYU
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index fad5a82..64e9bc7 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -67,7 +67,7 @@ project <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 + <toolset>tidy:<define>ICE_MEMBER_IMPORT_EXPORT <toolset>tidy:<define>__x86_64 <toolset>tidy:<librarydef>boost <toolset>tidy:<librarydef>std |