summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2022-02-15 17:34:51 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2022-02-15 17:34:51 +0000
commit4ac149951b2020b4a6dafb0455d3f523e7c9cfe6 (patch)
tree698d4471463b68bc16ce2f291a0eaab86bcb5e13 /iwyu.json
parentBump to C++20 for compat with other libs (diff)
downloadnetfs-gitfs-4ac149951b2020b4a6dafb0455d3f523e7c9cfe6.tar.bz2
netfs-gitfs-4ac149951b2020b4a6dafb0455d3f523e7c9cfe6.tar.xz
netfs-gitfs-4ac149951b2020b4a6dafb0455d3f523e7c9cfe6.zip
Fix up all warnings from all the toolsnetfs-gitfs-0.2.2
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
new file mode 100644
index 0000000..7e89cdd
--- /dev/null
+++ b/iwyu.json
@@ -0,0 +1,18 @@
+[
+ {
+ "include": [
+ "@<git2/.*\\.h>",
+ "private",
+ "<git2.h>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/.*>",
+ "private",
+ "<boost/test/unit_test.hpp>",
+ "public"
+ ]
+ }
+]