summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-20 21:20:04 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-20 21:20:04 +0000
commitaad33c74a0cf3aeae8625bda785e912d64172fb3 (patch)
tree5d2d34d4f050dd545258c2eb5c3b2410f3531cc2 /Jamroot.jam
parentEnable clang tidy performance and fixes (diff)
downloadicetray-aad33c74a0cf3aeae8625bda785e912d64172fb3.tar.bz2
icetray-aad33c74a0cf3aeae8625bda785e912d64172fb3.tar.xz
icetray-aad33c74a0cf3aeae8625bda785e912d64172fb3.zip
Enable clang tidy modernize and fixes
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 6201edb..31d72ec 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -19,7 +19,7 @@ project
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<checkxx>clang-*
<toolset>tidy:<checkxx>misc-*
-#<toolset>tidy:<checkxx>modernize-*
+ <toolset>tidy:<checkxx>modernize-*
<toolset>tidy:<checkxx>hicpp-*
<toolset>tidy:<checkxx>performance-*
;