From cf4caeffe5e18dfa0c0078974664679b896d76e4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 25 Sep 2021 16:19:03 +0100 Subject: Add stub header for all header only files --- iwyu.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'iwyu.json') diff --git a/iwyu.json b/iwyu.json index b12677a..e4af14b 100644 --- a/iwyu.json +++ b/iwyu.json @@ -7,6 +7,14 @@ "public" ] }, + { + "symbol": [ + "strncasecmp", + "private", + "", + "public" + ] + }, { "include": [ "", @@ -95,6 +103,22 @@ "public" ] }, + { + "include": [ + "", + "private", + "", + "public" + ] + }, + { + "include": [ + "@", + "private", + "", + "public" + ] + }, { "include": [ "@", -- cgit v1.2.3