summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-02-24 17:40:35 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-02-24 18:27:12 +0000
commit4f6ced811bbb3cd9339dfe5b75e598ccf63ac177 (patch)
treee6ec09d33c32faae7d8c294be7e1ab94f8d1b4b1 /Jamroot.jam
parentEnable hicpp checks and fix accordingly (diff)
downloadslicer-4f6ced811bbb3cd9339dfe5b75e598ccf63ac177.tar.bz2
slicer-4f6ced811bbb3cd9339dfe5b75e598ccf63ac177.tar.xz
slicer-4f6ced811bbb3cd9339dfe5b75e598ccf63ac177.zip
Modernize clang tidy fixes
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index f3d42e8..11ef158 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -21,6 +21,7 @@ project
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<checkxx>clang-*
<toolset>tidy:<checkxx>misc-*
+ <toolset>tidy:<checkxx>modernize-*
<toolset>tidy:<checkxx>hicpp-*
;