From 232501140c2d6fba164aa6757a816c7da569830a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 27 Mar 2019 22:22:08 +0000 Subject: Add clang-tidy rules and fix all the things Note: something in here appears to break linking in release build --- Jamroot.jam | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 6fc8d34..8b18b94 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -15,6 +15,13 @@ project debug:"-W -Wall -Wextra -Werror -Wwrite-strings" coverage:"--coverage" coverage:"--coverage" + tidy:boost-* + tidy:bugprone-* + tidy:clang-* + tidy:misc-* + tidy:modernize-* + tidy:hicpp-* + tidy:performance-* ; build-project icespider ; -- cgit v1.2.3