diff options
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>", |