summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-31 13:13:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-05-31 13:13:38 +0100
commit9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef (patch)
tree534fc946300b1f85c810b03fc780d97eabc253ae
parentCTF fixed string null termination (diff)
downloadmygrate-9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef.tar.bz2
mygrate-9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef.tar.xz
mygrate-9fa13fb9402a72b83a4368a645d6bbe7ba4e99ef.zip
Map std::size_t to a sensible header
-rw-r--r--iwyu.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
index 4fd09e5..b471e04 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -8,6 +8,14 @@
]
},
{
+ "symbol": [
+ "std::size_t",
+ "private",
+ "<cstddef>",
+ "public"
+ ]
+ },
+ {
"include": [
"@.(mysql|mariadb_(com|ctype|dyncol|stmt|version))\\.h.",
"private",