From 1cbecc7aad843b677ea078734493ae1122303b1f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 20 Mar 2019 19:38:10 +0000 Subject: First round of clang tidy changes --- Jamroot.jam | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 704caf4..909ef13 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -15,7 +15,14 @@ project debug:"-W -Wall -Werror -Wextra" coverage:"--coverage" coverage:"--coverage" - ; + tidy:boost-* + tidy:bugprone-* + tidy:clang-* + tidy:misc-* +#tidy:modernize-* + tidy:hicpp-* +#tidy:performance-* + ; build-project icetray ; -- cgit v1.2.3