Commit 49e7801b90f8820cc4aec188a2f001703acf2c29

Hans Wennborg 2025-01-07T12:55:05

Suppress false-positive UBSan falures in rsgExpression.cpp A recent Clang roll introduced false-positives like runtime error: load of address 0x7f9c4f3ae6c0 with insufficient space for an object of type 'const IsConversionOkFunc' (aka 'bool (*const)(ConstValueRangeAccess)') Suppress them until a fixed version of Clang has been rolled in. Bug: chromium:388039125 Change-Id: I0823e52bb892feac519b123ae66716c3dc96f6b2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6149452 Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>