From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- basegfx/IwyuFilter_basegfx.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 basegfx/IwyuFilter_basegfx.yaml (limited to 'basegfx/IwyuFilter_basegfx.yaml') diff --git a/basegfx/IwyuFilter_basegfx.yaml b/basegfx/IwyuFilter_basegfx.yaml new file mode 100644 index 000000000..460f5b664 --- /dev/null +++ b/basegfx/IwyuFilter_basegfx.yaml @@ -0,0 +1,27 @@ +--- +assumeFilename: basegfx/source/point/b2dpoint.cxx +blacklist: + basegfx/source/color/bcolortools.cxx: + # Needed to inherit linker visibility from function declaration + - basegfx/color/bcolortools.hxx + basegfx/source/polygon/b2dlinegeometry.cxx: + # Needed to inherit linker visibility from function declaration + - basegfx/polygon/b2dlinegeometry.hxx + basegfx/source/polygon/b3dpolypolygontools.cxx: + # Needed to inherit linker visibility from function declaration + - basegfx/polygon/b3dpolypolygontools.hxx + basegfx/source/polygon/b2dpolypolygoncutter.cxx: + # Needed to inherit linker visibility from function declaration + - basegfx/polygon/b2dpolypolygoncutter.hxx + basegfx/source/polygon/b3dpolygontools.cxx: + # Needed to inherit linker visibility from function declaration + - basegfx/polygon/b3dpolygontools.hxx + basegfx/source/range/b2drangeclipper.cxx: + # Needed to avoid loplugin:unreffun error + - basegfx/range/b2drangeclipper.hxx + basegfx/source/tools/canvastools.cxx: + # Needed to inherit linker visibility from function declaration + - basegfx/utils/canvastools.hxx + basegfx/source/tools/numbertools.cxx: + # Needed to inherit linker visibility from function declaration + - basegfx/utils/tools.hxx -- cgit v1.2.3