diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 50 |
1 files changed, 49 insertions, 1 deletions
@@ -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>", |