diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-17 19:35:11 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-12 21:10:48 +0000 |
commit | 854abea18ca1a46c69b2eed1698839db36b5deb7 (patch) | |
tree | 47d4d9bccc3b928bde2c549e65ff066833bba580 /Jamroot.jam | |
parent | Enable some clang-tidy checks and fix up accordingly (diff) | |
download | libadhocutil-854abea18ca1a46c69b2eed1698839db36b5deb7.tar.bz2 libadhocutil-854abea18ca1a46c69b2eed1698839db36b5deb7.tar.xz libadhocutil-854abea18ca1a46c69b2eed1698839db36b5deb7.zip |
More clang-tidy WIP
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 6c48dae..7111626 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -21,6 +21,10 @@ project <toolset>tidy:<checkxx>bugprone-* <toolset>tidy:<checkxx>clang-* <toolset>tidy:<checkxx>misc-* + <toolset>tidy:<checkxx>modernize-* +#<toolset>tidy:<checkxx>cppcoreguidelines-* +#<toolset>tidy:<checkxx>hicpp-* +#<toolset>tidy:<checkxx>performance-* ; build-project libadhocutil ; |