summaryrefslogtreecommitdiffstats
path: root/cppu/IwyuFilter_cppu.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-01-25 00:00:56 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-29 13:48:23 +0100
commit2660f132cc98c0fe14d5055a91a7cf126d5139f6 (patch)
tree03260ddac07fe55b5c3f4e6be68712217758a3ff /cppu/IwyuFilter_cppu.yaml
parenttdf#117713 set a tiny default size-request for the fixed container (diff)
downloadcore-2660f132cc98c0fe14d5055a91a7cf126d5139f6.tar.gz
core-2660f132cc98c0fe14d5055a91a7cf126d5139f6.zip
tdf#42949 Fix IWYU warnings in cppu/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia1b2f0a9c99acc7ac538f3b41c1b6757d414db35 Reviewed-on: https://gerrit.libreoffice.org/66970 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppu/IwyuFilter_cppu.yaml')
-rw-r--r--cppu/IwyuFilter_cppu.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/cppu/IwyuFilter_cppu.yaml b/cppu/IwyuFilter_cppu.yaml
new file mode 100644
index 000000000000..453e57e876af
--- /dev/null
+++ b/cppu/IwyuFilter_cppu.yaml
@@ -0,0 +1,26 @@
+---
+assumeFilename: cppu/source/uno/data.cxx
+blacklist:
+ 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 make 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 make linking fail in binaryurp
+ - uno/threadpool.h