summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-25 11:53:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-25 11:53:38 +0100
commit22d21fcd58c8cd872c90caed84f62bd9798e7427 (patch)
tree2c39e1deefd73dbf913d5fe4812de11a2c6059f9 /iwyu.json
parentFix tidy exclusion path to cxxstd-20-iso, not 17 (diff)
downloadslicer-22d21fcd58c8cd872c90caed84f62bd9798e7427.tar.bz2
slicer-22d21fcd58c8cd872c90caed84f62bd9798e7427.tar.xz
slicer-22d21fcd58c8cd872c90caed84f62bd9798e7427.zip
Pass nearly all the tidy checks
clang-tidy and cppcheck for everything, everything but generated code for IWYU
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
index 81b7e04..ddb8514 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -17,6 +17,14 @@
},
{
"symbol": [
+ "tm",
+ "private",
+ "<ctime>",
+ "public"
+ ]
+ },
+ {
+ "symbol": [
"boost::posix_time::time_duration",
"private",
"<boost/date_time/posix_time/posix_time.hpp>",