diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 170 |
1 files changed, 170 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json new file mode 100644 index 0000000..f5aea87 --- /dev/null +++ b/iwyu.json @@ -0,0 +1,170 @@ +[ + { + "include": [ + "\"glibmm/ustring.h\"", + "private", + "\"wrap/ustring.h\"", + "public" + ] + }, + { + "symbol": [ + "Glib::Regex", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "Glib::RefPtr", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "Glib::MatchInfo", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "Glib::RegexCompileFlags", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "Glib::REGEX_MULTILINE", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "G_REGEX_MULTILINE", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "G_REGEX_CASELESS", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "G_REGEX_OPTIMIZE", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "G_REGEX_UNGREEDY", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "symbol": [ + "GRegexCompileFlags", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "include": [ + "<glibmm/regex.h>", + "private", + "\"wrap/regex.h\"", + "public" + ] + }, + { + "include": [ + "@<git2.*h>", + "private", + "<git2.h>", + "public" + ] + }, + { + "include": [ + "@<tidy.+\\.h>", + "private", + "<tidy.h>", + "public" + ] + }, + { + "include": [ + "@<boost/lexical_cast/.*", + "private", + "<boost/lexical_cast.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/program_options/.*", + "private", + "<boost/program_options.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/preprocessor/.*", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/test/data/.*", + "private", + "<boost/test/data/test_case.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/test/(tools|utils|tree)/.*", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/test/unit_test_.*", + "private", + "<boost/test/unit_test.hpp>", + "public" + ] + }, + { + "include": [ + "@.libxml.*h.", + "private", + "\"wrap/domparser.h\"", + "public" + ] + } +] |