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