diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 11:53:38 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 11:53:38 +0100 |
commit | 22d21fcd58c8cd872c90caed84f62bd9798e7427 (patch) | |
tree | 2c39e1deefd73dbf913d5fe4812de11a2c6059f9 /iwyu.json | |
parent | Fix tidy exclusion path to cxxstd-20-iso, not 17 (diff) | |
download | slicer-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.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,14 @@ }, { "symbol": [ + "tm", + "private", + "<ctime>", + "public" + ] + }, + { + "symbol": [ "boost::posix_time::time_duration", "private", "<boost/date_time/posix_time/posix_time.hpp>", |