summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
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"
}
]