#############################################################################
# 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/*

