diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-16 14:21:28 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-16 14:21:28 +0000 |
commit | 463dd49304a47b835d1818d7489fe7ba373890ac (patch) | |
tree | 6375ec8634cebb237ade975eb802b4221f569afd /Jamroot.jam | |
parent | More clang tidy fixes (diff) | |
download | libdbpp-463dd49304a47b835d1818d7489fe7ba373890ac.tar.bz2 libdbpp-463dd49304a47b835d1818d7489fe7ba373890ac.tar.xz libdbpp-463dd49304a47b835d1818d7489fe7ba373890ac.zip |
Modernize clang tidy fixes
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 c9d6c33..6857f8a 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -19,6 +19,7 @@ project <toolset>tidy:<checkxx>bugprone-* <toolset>tidy:<checkxx>clang-* <toolset>tidy:<checkxx>misc-* + <toolset>tidy:<checkxx>modernize-* ; build-project libdbpp ; |