summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-09-25 16:19:03 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-09-25 16:19:03 +0100
commitcf4caeffe5e18dfa0c0078974664679b896d76e4 (patch)
treec7096fb8eadd9fc08bbb26100d15773cecbef879 /iwyu.json
parentAdd utils for trimming string_views ltrim,rtrim,trim (diff)
downloadlibadhocutil-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.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
index b12677a..e4af14b 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -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>",