blob: 8cdf41f26112bb4bcc6be285a1509bb953df8e03 [file] [log] [blame]
#############################################################################
# UBSan vptr ignorelist.
# Function and type based ignorelisting use a mangled name, and it is especially
# tricky to represent C++ types. For now, any possible changes by name manglings
# are simply represented as wildcard expressions of regexp, and thus it might be
# over-ignorelisted.
[vptr]
#############################################################################
# LLVM is not UBSan vptr clean.
src:*third_party/llvm/src/llvm/*