summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2019-02-14 14:40:11 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2019-02-14 14:40:11 +0000
commit1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce (patch)
treeb7305f6403347e4ccaeadc426dbe2167557c7d9b /Jamroot.jam
parentEnable performance checks (not for tests) (diff)
downloadlibadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.tar.bz2
libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.tar.xz
libadhocutil-1b5e2d110ccdfabd96e7d71f8bd1dd14fb17edce.zip
Enable (most) high integrity checks (not for tests)
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 1e66cc8..0f2097c 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -23,7 +23,9 @@ project
<toolset>tidy:<checkxx>misc-*
<toolset>tidy:<checkxx>modernize-*
#<toolset>tidy:<checkxx>cppcoreguidelines-*
-#<toolset>tidy:<checkxx>hicpp-*
+ <toolset>tidy:<checkxx>hicpp-*
+ <toolset>tidy:<xcheckxx>hicpp-vararg
+ <toolset>tidy:<xcheckxx>hicpp-signed-bitwise
<toolset>tidy:<checkxx>performance-*
;