diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json new file mode 100644 index 0000000..5785628 --- /dev/null +++ b/iwyu.json @@ -0,0 +1,58 @@ +[ + { + "symbol": [ + "tm", + "private", + "<ctime>", + "public" + ] + }, + { + "include": [ + "<mariadb_com.h>", + "private", + "<mysql.h>", + "public" + ] + }, + { + "include": [ + "<boost/test/unit_test_suite.hpp>", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/test/utils/.*>", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/test/data/.*>", + "private", + "<boost/test/data/test_case.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/test/tools/.*>", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/preprocessor/.*>", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + } +] |