diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-20 02:47:47 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-20 02:47:47 +0000 |
commit | 3a16f77fd1f962f3e69687a19b36039fcf7147b3 (patch) | |
tree | 87d86e8a0c845df81abd4073fa0350930db39530 /Jamroot.jam | |
parent | Fix first round of tools warnings (diff) | |
download | gentoobrowse-api-3a16f77fd1f962f3e69687a19b36039fcf7147b3.tar.bz2 gentoobrowse-api-3a16f77fd1f962f3e69687a19b36039fcf7147b3.tar.xz gentoobrowse-api-3a16f77fd1f962f3e69687a19b36039fcf7147b3.zip |
Fix second round of tools warnings, all but iwyu
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 6fb1bd3..1bd4766 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -35,8 +35,41 @@ project <variant>coverage:<coverage>on <toolset>tidy:<define>ICE_IGNORE_VERSION <toolset>tidy:<define>ICE_MEMBER_IMPORT_EXPORT - <toolset>tidy:<exclude>cxxstd-20-iso/maintenance.h + <toolset>tidy:<exclude>users.cpp + <toolset>tidy:<exclude>user-models.cpp + <toolset>tidy:<exclude>news-models.cpp + <toolset>tidy:<exclude>extended-models.cpp + <toolset>tidy:<exclude>portage-models.cpp + <toolset>tidy:<exclude>portage.cpp + <toolset>tidy:<exclude>maintenance.h + <toolset>tidy:<exclude>maintenance.cpp + <toolset>tidy:<exclude>notifications.h + <toolset>tidy:<exclude>notifications.cpp + <toolset>tidy:<exclude>notifications/xslt/base.h + <toolset>tidy:<exclude>notifications/xslt/base.cpp + <toolset>tidy:<exclude>notifications/xslt/news.h + <toolset>tidy:<exclude>notifications/xslt/news.cpp + <toolset>tidy:<exclude>notifications/xslt/signup.h + <toolset>tidy:<exclude>notifications/xslt/signup.cpp + <toolset>tidy:<exclude>notifications/css/style.h + <toolset>tidy:<exclude>notifications/css/style.cpp <toolset>tidy:<exclude>unpackPqTextArray.cpp + <toolset>tidy:<checkxx>boost-* + <toolset>tidy:<checkxx>bugprone-* + <toolset>tidy:<xcheckxx>bugprone-implicit-widening-of-multiplication-result + <toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters + <toolset>tidy:<xcheckxx>bugprone-macro-parentheses + <toolset>tidy:<checkxx>clang-* + <toolset>tidy:<checkxx>misc-* + <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes + <toolset>tidy:<checkxx>modernize-* + <toolset>tidy:<xcheckxx>modernize-use-trailing-return-type + <toolset>tidy:<checkxx>hicpp-* + <toolset>tidy:<xcheckxx>hicpp-vararg + <toolset>tidy:<xcheckxx>hicpp-signed-bitwise + <toolset>tidy:<xcheckxx>hicpp-named-parameter + <toolset>tidy:<xcheckxx>hicpp-no-array-decay + <toolset>tidy:<checkxx>performance-* <toolset>tidy:<librarydef>boost <toolset>tidy:<librarydef>std ; |