diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-17 16:16:29 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-17 16:16:29 +0000 |
commit | 26723b98d41d5238a034e552e5e4e1b8096b7b18 (patch) | |
tree | f63f6ceb046c83d42ea593d29b9dd9bbf8fc578b /Jamroot.jam | |
parent | Modernize clang tidy fixes (diff) | |
download | libdbpp-26723b98d41d5238a034e552e5e4e1b8096b7b18.tar.bz2 libdbpp-26723b98d41d5238a034e552e5e4e1b8096b7b18.tar.xz libdbpp-26723b98d41d5238a034e552e5e4e1b8096b7b18.zip |
Enable hicpp checks and fix accordingly
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 6857f8a..7e91686 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -20,6 +20,7 @@ project <toolset>tidy:<checkxx>clang-* <toolset>tidy:<checkxx>misc-* <toolset>tidy:<checkxx>modernize-* + <toolset>tidy:<checkxx>hicpp-* ; build-project libdbpp ; |