summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-21 20:18:49 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-21 20:18:49 +0100
commit5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6 (patch)
treede140720dd68a03145c2d88f33cac57598d130b3 /iwyu.json
parentFirst commit passing IWYU (diff)
downloadlibdbpp-5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6.tar.bz2
libdbpp-5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6.tar.xz
libdbpp-5a2c4a89fa0b1db5f4d0d45087521fda7a89a5f6.zip
Tidy up IWYU
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json50
1 files changed, 49 insertions, 1 deletions
diff --git a/iwyu.json b/iwyu.json
index 321a158..81bbc04 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -19,7 +19,7 @@
"symbol": [
"boost::posix_time::time_duration",
"private",
- "<boost/date_time/posix_time/posix_time_types.hpp>",
+ "<boost/date_time/posix_time/posix_time.hpp>",
"public"
]
},
@@ -32,6 +32,22 @@
]
},
{
+ "include": [
+ "@.field_types.h.",
+ "private",
+ "<mysql.h>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@.mysql_time.h.",
+ "private",
+ "<mysql.h>",
+ "public"
+ ]
+ },
+ {
"symbol": [
"free",
"private",
@@ -121,6 +137,38 @@
},
{
"include": [
+ "@<boost/date_time/gregorian/.*>",
+ "private",
+ "<boost/date_time/gregorian_calendar.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/date_time/time_.*>",
+ "private",
+ "<boost/date_time/time.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/date_time/posix_time/posix_time_.*>",
+ "private",
+ "<boost/date_time/posix_time/posix_time.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/date_time/posix_time/(ptime|conversion|time_(formatt|pars)ers).hpp>",
+ "private",
+ "<boost/date_time/posix_time/posix_time.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
"@<boost/preprocessor/.*>",
"private",
"<boost/test/unit_test.hpp>",