diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-31 13:13:38 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-31 13:13:38 +0100 |
commit | 9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef (patch) | |
tree | 534fc946300b1f85c810b03fc780d97eabc253ae | |
parent | CTF fixed string null termination (diff) | |
download | mygrate-9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef.tar.bz2 mygrate-9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef.tar.xz mygrate-9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef.zip |
Map std::size_t to a sensible header
-rw-r--r-- | iwyu.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ ] }, { + "symbol": [ + "std::size_t", + "private", + "<cstddef>", + "public" + ] + }, + { "include": [ "@.(mysql|mariadb_(com|ctype|dyncol|stmt|version))\\.h.", "private", |