summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-03 00:19:50 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-03 00:19:50 +0100
commit88708a8aa6a33f265ff990102b44a9a51e3bf4bb (patch)
tree8e59a73be6366e3237c473834852a276f07a9963 /iwyu.json
parentDetermine parameter mode at point of call by DB type property (diff)
downloadmygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.tar.bz2
mygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.tar.xz
mygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.zip
Get upstream from DB
Adds options from command line and a few supporting tweaks
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
index b471e04..351ae85 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -33,6 +33,22 @@
},
{
"include": [
+ "<boost/cstdint.hpp>",
+ "private",
+ "<cstdint>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/program_options/.*>",
+ "private",
+ "<boost/program_options.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
"<boost/mpl/aux_/preprocessed/gcc/list.hpp>",
"private",
"<boost/mpl/list.hpp>",