diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 16:19:03 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-09-25 16:19:03 +0100 |
commit | cf4caeffe5e18dfa0c0078974664679b896d76e4 (patch) | |
tree | c7096fb8eadd9fc08bbb26100d15773cecbef879 /iwyu.json | |
parent | Add utils for trimming string_views ltrim,rtrim,trim (diff) | |
download | libadhocutil-cf4caeffe5e18dfa0c0078974664679b896d76e4.tar.bz2 libadhocutil-cf4caeffe5e18dfa0c0078974664679b896d76e4.tar.xz libadhocutil-cf4caeffe5e18dfa0c0078974664679b896d76e4.zip |
Add stub header for all header only fileslibadhocutil-0.8.6
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -8,6 +8,14 @@ ] }, { + "symbol": [ + "strncasecmp", + "private", + "<cstring>", + "public" + ] + }, + { "include": [ "<bits/types/stack_t.h>", "private", @@ -97,6 +105,22 @@ }, { "include": [ + "<boost/lambda/core.hpp>", + "private", + "<boost/lambda/lambda.hpp>", + "public" + ] + }, + { + "include": [ + "@<boost/lambda/detail/.*>", + "private", + "<boost/lambda/lambda.hpp>", + "public" + ] + }, + { + "include": [ "@<boost/preprocessor/.*>", "private", "<boost/test/unit_test.hpp>", |