office-gobmx/helpcompiler/IwyuFilter_helpcompiler.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

20 lines
675 B
YAML

---
assumeFilename: helpcompiler/source/HelpCompiler.cxx
excludelist:
helpcompiler/inc/HelpCompiler.hxx:
# Needed on WIN32
- o3tl/char16_t2wchar_t.hxx
helpcompiler/source/LuceneHelper.hxx:
# Better to keep the generic header, MSVC problem
- CLucene.h
helpcompiler/source/HelpIndexer.cxx:
# Better to keep the generic, details are order-sensitive
- CLucene.h
helpcompiler/source/HelpSearch.cxx:
# Better to keep the generic, details are order-sensitive
- CLucene.h
# Don't propose hxx -> h change in URE libs
- osl/thread.hxx
helpcompiler/source/HelpLinker.cxx:
# Needed on WIN32
- o3tl/char16_t2wchar_t.hxx