office-gobmx/basegfx/IwyuFilter_basegfx.yaml
Thorsten Behrens c5b985bc9b 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 <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-07-10 02:03:40 +02:00

27 lines
1.3 KiB
YAML

---
assumeFilename: basegfx/source/point/b2dpoint.cxx
excludelist:
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