diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-02-22 09:19:22 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-02-23 09:32:48 +0100 |
commit | 7be51eca1e509723e66973ed644f4c49cb27b608 (patch) | |
tree | 931a982365a9ad9a55c457b2936fba433a2c5a18 /bridges | |
parent | 48701ac2da7e03274571565d1e24a120e380bbdd (diff) |
Update IwyuFilter in bridges
after commit 4b0c46dc61df243cda94f4a0af8946e076d1af54
Change-Id: If7c1d2a2b0d459271c0835f8fcdf084aa3482990
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163719
Tested-by: Jenkins
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 00fbd47b3e87..92bb94d9a1e4 100644 --- a/bridges/IwyuFilter_bridges.yaml +++ b/bridges/IwyuFilter_bridges.yaml @@ -4,6 +4,9 @@ excludelist: bridges/source/cpp_uno/gcc3_linux_x86-64/abi.hxx: # No .hxx -> .h replacement in URE headers - typelib/typedescription.hxx + bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx: + # Actually needed to not crash in fuzzing + - cxxabi.h bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx: # No .hxx -> .h replacement in URE headers - typelib/typedescription.hxx |