diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-02-09 12:49:02 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-02-12 18:18:59 +0100 |
commit | 9d994e7ba64588d144f028d8873bedae42f3d021 (patch) | |
tree | f2f59b7f8c820fcb3f9ab2b5c15f6ae182f40c0c /bridges | |
parent | 828d2637fd3120bfd342b41548caf9c55fc0f603 (diff) |
Fix IwyuFilter in bridges
after commit b3fa6e6e65031f92d7f13b44f8422fe4aa07e2f9
Change-Id: I79e99d13d982f2190473904db4d63886c479b4f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163167
Tested-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/IwyuFilter_bridges.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bridges/IwyuFilter_bridges.yaml b/bridges/IwyuFilter_bridges.yaml index 071db0504370..00fbd47b3e87 100644 --- a/bridges/IwyuFilter_bridges.yaml +++ b/bridges/IwyuFilter_bridges.yaml @@ -7,6 +7,9 @@ excludelist: bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx: # No .hxx -> .h replacement in URE headers - typelib/typedescription.hxx + bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx: + # Actually needed for ifdefs to work in all cases + - share.hxx bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx: # Actually needed - callvirtualmethod.hxx |