From 3f6ed65ff6efb56949ab71eed7542c49ea25ae97 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 17 Feb 2019 18:32:16 +0000 Subject: Fixes recommend from clang build and clang-tidy --- Jamroot.jam | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index ab6e837..50ceecf 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -15,7 +15,14 @@ project debug:"-W -Wall -Werror -Wextra" coverage:"-W -Wall -Werror -Wextra -std=c++1y --coverage" coverage:"--coverage" - ; + tidy:boost-* + tidy:bugprone-* + tidy:clang-* + tidy:misc-* + tidy:modernize-* + tidy:hicpp-* + tidy:performance-* + ; build-project libjsonpp ; -- cgit v1.2.3