office-gobmx/cppu/IwyuFilter_cppu.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

26 lines
856 B
YAML

---
assumeFilename: cppu/source/uno/data.cxx
excludelist:
cppu/qa/test_any.cxx:
# No hpp -> hdl replacement needed
- Enum1.hpp
- Enum2.hpp
- Interface1.hpp
- Interface2.hpp
- Interface2a.hpp
- Interface2b.hpp
- Interface3.hpp
cppu/source/cppu/cppu_opt.cxx:
# Unit test fails without uno/Any.hxx
- com/sun/star/uno/Any.hxx
cppu/source/helper/purpenv/helper_purpenv_Environment.cxx:
# Needed by the implementation of Environment_initWithEnterable
- cppu/helper/purpenv/Environment.hxx
cppu/source/threadpool/current.cxx:
# FIXME removing this makes linking fail in binaryurp
- uno/current_context.h
cppu/source/threadpool/threadident.cxx:
# Don't replace hxx -> h in URE API
- rtl/byteseq.hxx
# FIXME removing this makes linking fail in binaryurp
- uno/threadpool.h