diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 17:40:35 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-24 18:27:12 +0000 |
commit | 4f6ced811bbb3cd9339dfe5b75e598ccf63ac177 (patch) | |
tree | e6ec09d33c32faae7d8c294be7e1ab94f8d1b4b1 /Jamroot.jam | |
parent | Enable hicpp checks and fix accordingly (diff) | |
download | slicer-4f6ced811bbb3cd9339dfe5b75e598ccf63ac177.tar.bz2 slicer-4f6ced811bbb3cd9339dfe5b75e598ccf63ac177.tar.xz slicer-4f6ced811bbb3cd9339dfe5b75e598ccf63ac177.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 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-* ; |