Skip to content

Commit 466a9e3

Browse files
committed
Add iwyu mapping files for the codebase
1 parent 81cccae commit 466a9e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

iwyu.imp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{ "include": ["@<nlohmann/.*>", "private", "<nlohmann/json.hpp>", "public"] },
3+
4+
# "<git2/XXX.h> => <git2.h> where XXX doesn't contain '/'
5+
{ "include": ["@<git2/[^/]+\\.h>", "private", "<git2.h>", "public"] },
6+
7+
]

0 commit comments

Comments
 (0)