[gjs: 1/4] CI: Remove false positives from IWYU 0.16




commit 7bbbc09473eb90d77ba9082cae693061e87517e1
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Sep 25 15:39:11 2021 -0700

    CI: Remove false positives from IWYU 0.16
    
    There are some bugs that IWYU apparently fixed, so we don't need to have
    these false positives noted anymore.

 tools/process_iwyu.py | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tools/process_iwyu.py b/tools/process_iwyu.py
index c57da73d..718349b2 100755
--- a/tools/process_iwyu.py
+++ b/tools/process_iwyu.py
@@ -80,8 +80,6 @@ FALSE_POSITIVES = (
     # https://bugzilla.mozilla.org/show_bug.cgi?id=1713550
     ('gi/function.cpp', '#include <utility>', 'for forward'),
     ('gi/ns.cpp', '#include <utility>', 'for forward'),
-    ('gi/value.cpp', '#include <utility>', 'for forward'),
-    ('gjs/importer.cpp', '#include <utility>', 'for forward'),
     ('gjs/module.cpp', '#include <utility>', 'for forward'),
     ('gjs/objectbox.cpp', '#include <utility>', 'for forward'),
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]