From 22d21fcd58c8cd872c90caed84f62bd9798e7427 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 25 Sep 2021 11:53:38 +0100 Subject: Pass nearly all the tidy checks clang-tidy and cppcheck for everything, everything but generated code for IWYU --- iwyu.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'iwyu.json') diff --git a/iwyu.json b/iwyu.json index 81b7e04..ddb8514 100644 --- a/iwyu.json +++ b/iwyu.json @@ -15,6 +15,14 @@ "public" ] }, + { + "symbol": [ + "tm", + "private", + "", + "public" + ] + }, { "symbol": [ "boost::posix_time::time_duration", -- cgit v1.2.3