From c5b985bc9bd8d56fb012260cb1685a617261e7fc Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 6 Jul 2020 03:50:20 +0200 Subject: replace usage of blacklist with excludelist for IWYU Background and motivation: https://tools.ietf.org/html/draft-knodel-terminology-02 Change-Id: I2f22d455d2a936a85750eaab1fda215ebb6d9d48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98182 Tested-by: Thorsten Behrens Reviewed-by: Thorsten Behrens --- basegfx/IwyuFilter_basegfx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx') diff --git a/basegfx/IwyuFilter_basegfx.yaml b/basegfx/IwyuFilter_basegfx.yaml index 460f5b6640d4..f46ea4477b96 100644 --- a/basegfx/IwyuFilter_basegfx.yaml +++ b/basegfx/IwyuFilter_basegfx.yaml @@ -1,6 +1,6 @@ --- assumeFilename: basegfx/source/point/b2dpoint.cxx -blacklist: +excludelist: basegfx/source/color/bcolortools.cxx: # Needed to inherit linker visibility from function declaration - basegfx/color/bcolortools.hxx -- cgit