summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-22 16:42:06 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-05-22 16:42:06 +0100
commit2317b4608821b03da0cc288d06b9c0bdb6b60239 (patch)
tree7dd46e3c2c5601e603baa7defa057cd4d41fc4c9 /iwyu.json
parentMove everything into more sensible places (diff)
downloadmygrate-2317b4608821b03da0cc288d06b9c0bdb6b60239.tar.bz2
mygrate-2317b4608821b03da0cc288d06b9c0bdb6b60239.tar.xz
mygrate-2317b4608821b03da0cc288d06b9c0bdb6b60239.zip
Pass linter checks
Except IWYU, doesn't like the C++20 CTF.
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/iwyu.json b/iwyu.json
index 5785628..4fd09e5 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -9,7 +9,7 @@
},
{
"include": [
- "<mariadb_com.h>",
+ "@.(mysql|mariadb_(com|ctype|dyncol|stmt|version))\\.h.",
"private",
"<mysql.h>",
"public"
@@ -17,6 +17,22 @@
},
{
"include": [
+ "@.mariadb_rpl\\.h.",
+ "private",
+ "\"mariadb_repl.h\"",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "<boost/mpl/aux_/preprocessed/gcc/list.hpp>",
+ "private",
+ "<boost/mpl/list.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
"<boost/test/unit_test_suite.hpp>",
"private",
"<boost/test/unit_test.hpp>",