diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-17 18:19:14 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-17 18:19:14 +0100 |
commit | 33a1595ad96a52d815f0fd6464a793723c48ce0d (patch) | |
tree | 7c985bba1324131750e0ce5ebcda064e528b48d5 /iwyu.json | |
parent | Add -Wuseless-cast, and cppcheck libraryrefs (diff) | |
download | libadhocutil-33a1595ad96a52d815f0fd6464a793723c48ce0d.tar.bz2 libadhocutil-33a1595ad96a52d815f0fd6464a793723c48ce0d.tar.xz libadhocutil-33a1595ad96a52d815f0fd6464a793723c48ce0d.zip |
General tidy up
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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" } ] |