summaryrefslogtreecommitdiffstats
path: root/.includes.imp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-10 13:20:29 -0400
committerDavid Robillard <d@drobilla.net>2021-05-10 13:20:29 -0400
commite3f6f09981d7862ca34c98f45b3caadf29abee15 (patch)
treec4a518375db8c1cd56b467a00009c645fb6984cd /.includes.imp
parentc1d99e42674d26a2699e5a7244dbaa988820b40d (diff)
downloadpatchage-e3f6f09981d7862ca34c98f45b3caadf29abee15.tar.gz
patchage-e3f6f09981d7862ca34c98f45b3caadf29abee15.tar.bz2
patchage-e3f6f09981d7862ca34c98f45b3caadf29abee15.zip
Update IWYU configuration to suppress errors on older versions
Old versions of include-what-you-use (like 0.11 as in Debian buster) don't understand stdint out of the box.
Diffstat (limited to '.includes.imp')
-rw-r--r--.includes.imp25
1 files changed, 13 insertions, 12 deletions
diff --git a/.includes.imp b/.includes.imp
index b07ca7b..cd4dd3b 100644
--- a/.includes.imp
+++ b/.includes.imp
@@ -1,14 +1,15 @@
[
- { "symbol": [ "GdkEvent", "private", "<gdk/gdk.h>", "public" ] },
- { "symbol": [ "fmt::format", "private", "<fmt/core.h>", "public" ] },
- { "symbol": [ "std::exception", "private", "<exception>", "public" ] },
- { "symbol": [ "std::ifstream", "private", "<fstream>", "public" ] },
- { "symbol": [ "std::ofstream", "private", "<fstream>", "public" ] },
- { "symbol": [ "std::ostream", "private", "<ostream>", "public" ] },
- { "symbol": [ "std::ostream", "private", "<iosfwd>", "public" ] },
- { "symbol": [ "std::stringstream", "private", "<sstream>", "public" ] },
- { "include": [ "<alsa/error.h>", "public", "<alsa/asoundlib.h>", "public", ] },
- { "include": [ "<alsa/seq.h>", "public", "<alsa/asoundlib.h>", "public", ] },
- { "include": [ "<alsa/seq_event.h>", "public", "<alsa/asoundlib.h>", "public", ] },
- { "include": [ "<alsa/seqmid.h>", "public", "<alsa/asoundlib.h>", "public", ] }
+ { "symbol": [ "GdkEvent", "private", "<gdk/gdk.h>", "public" ] },
+ { "symbol": [ "fmt::format", "private", "<fmt/core.h>", "public" ] },
+ { "symbol": [ "std::exception", "private", "<exception>", "public" ] },
+ { "symbol": [ "std::ifstream", "private", "<fstream>", "public" ] },
+ { "symbol": [ "std::ofstream", "private", "<fstream>", "public" ] },
+ { "symbol": [ "std::ostream", "private", "<ostream>", "public" ] },
+ { "symbol": [ "std::ostream", "private", "<iosfwd>", "public" ] },
+ { "symbol": [ "std::stringstream", "private", "<sstream>", "public" ] },
+ { "include": [ "<alsa/error.h>", "public", "<alsa/asoundlib.h>", "public", ] },
+ { "include": [ "<alsa/seq.h>", "public", "<alsa/asoundlib.h>", "public", ] },
+ { "include": [ "<alsa/seq_event.h>", "public", "<alsa/asoundlib.h>", "public", ] },
+ { "include": [ "<alsa/seqmid.h>", "public", "<alsa/asoundlib.h>", "public", ] },
+ { "include": [ "<bits/stdint-uintn.h>", "public", "<stdint.h>", "public", ] }
]