diff options
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 69a042f..1dd6e98 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -26,11 +26,20 @@ project <toolset>tidy:<checkxx>misc-* <toolset>tidy:<checkxx>modernize-* <toolset>tidy:<xcheckxx>modernize-use-trailing-return-type + <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes <toolset>tidy:<checkxx>hicpp-* <toolset>tidy:<xcheckxx>hicpp-vararg <toolset>tidy:<xcheckxx>hicpp-signed-bitwise <toolset>tidy:<xcheckxx>hicpp-no-array-decay <toolset>tidy:<checkxx>performance-* + <toolset>tidy:<exclude>daemonConfig.h + <toolset>tidy:<exclude>fuseConfig.h + <toolset>tidy:<exclude>directory.h + <toolset>tidy:<exclude>exceptions.h + <toolset>tidy:<exclude>file.h + <toolset>tidy:<exclude>service.h + <toolset>tidy:<exclude>types.h + <toolset>tidy:<exclude>volume.h ; build-project netfs ; |