diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-31 19:11:31 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-31 19:11:31 +0100 |
commit | e0e9036430febb247a88afb5f567092421595a77 (patch) | |
tree | 0a58f60ce9d7c0c342cb1e97907f82da51654516 /Jamroot.jam | |
parent | Explicitly disable checker for generated code (diff) | |
download | netfs-e0e9036430febb247a88afb5f567092421595a77.tar.bz2 netfs-e0e9036430febb247a88afb5f567092421595a77.tar.xz netfs-e0e9036430febb247a88afb5f567092421595a77.zip |
First round of clang tidy changes
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 0edd310..8677573 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -16,6 +16,11 @@ project <variant>debug:<cxxflags>"-W -Wall -Werror -Wextra" <variant>coverage:<cxxflags>"--coverage" <variant>coverage:<linkflags>"--coverage" + <toolset>tidy:<checkxx>boost-* + <toolset>tidy:<checkxx>bugprone-* + <toolset>tidy:<checkxx>clang-* + <toolset>tidy:<checkxx>misc-* + <toolset>tidy:<checkxx>modernize-* ; build-project netfs ; |