We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cccae commit 466a9e3Copy full SHA for 466a9e3
iwyu.imp
@@ -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