[gjs: 17/18] CI: Add workaround for IWYU bug
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 17/18] CI: Add workaround for IWYU bug
- Date: Mon, 5 Oct 2020 02:09:53 +0000 (UTC)
commit 8ec6c1b689f631eca36bdc8f8cc42f78d4735fab
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Oct 4 17:25:39 2020 -0700
CI: Add workaround for IWYU bug
For details see
https://github.com/include-what-you-use/include-what-you-use/issues/226
tools/gjs-private-iwyu.imp | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/tools/gjs-private-iwyu.imp b/tools/gjs-private-iwyu.imp
index 65ab4ce2..decafc46 100644
--- a/tools/gjs-private-iwyu.imp
+++ b/tools/gjs-private-iwyu.imp
@@ -21,4 +21,7 @@
{"include": ["@\"sysprof-capture-.*\"", "private", "<sysprof-capture.h>", "public"]},
{"include": ["@<sysprof-capture-.*>", "private", "<sysprof-capture.h>", "public"]},
{"include": ["<X11/Xlib.h>", "private", "<cairo-xlib.h>", "public"]},
+
+ # Workaround for https://github.com/include-what-you-use/include-what-you-use/issues/226
+ {"include": ["<cstdint>", "private", "<stdint.h>", "public"]},
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]