From e0e9036430febb247a88afb5f567092421595a77 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 31 Mar 2019 19:11:31 +0100 Subject: First round of clang tidy changes --- Jamroot.jam | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 0edd310..8677573 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -16,6 +16,11 @@ project debug:"-W -Wall -Werror -Wextra" coverage:"--coverage" coverage:"--coverage" + tidy:boost-* + tidy:bugprone-* + tidy:clang-* + tidy:misc-* + tidy:modernize-* ; build-project netfs ; -- cgit v1.2.3