summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-17 18:19:14 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-17 18:19:14 +0100
commit33a1595ad96a52d815f0fd6464a793723c48ce0d (patch)
tree7c985bba1324131750e0ce5ebcda064e528b48d5 /iwyu.json
parentAdd -Wuseless-cast, and cppcheck libraryrefs (diff)
downloadlibadhocutil-33a1595ad96a52d815f0fd6464a793723c48ce0d.tar.bz2
libadhocutil-33a1595ad96a52d815f0fd6464a793723c48ce0d.tar.xz
libadhocutil-33a1595ad96a52d815f0fd6464a793723c48ce0d.zip
General tidy up
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/iwyu.json b/iwyu.json
index 3765a27..b12677a 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -1,5 +1,13 @@
[
{
+ "symbol": [
+ "Glib::ustring",
+ "private",
+ "<glibmm/ustring.h>",
+ "public"
+ ]
+ },
+ {
"include": [
"<bits/types/stack_t.h>",
"private",
@@ -112,6 +120,6 @@
]
},
{
- "ref": "/usr/lib/llvm/11/share/include-what-you-use/boost-all-private.imp"
+ "ref": "/usr/lib/llvm/12/share/include-what-you-use/boost-all-private.imp"
}
]