• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#############################################################################
2# UBSan vptr ignorelist.
3# Function and type based ignorelisting use a mangled name, and it is especially
4# tricky to represent C++ types. For now, any possible changes by name manglings
5# are simply represented as wildcard expressions of regexp, and thus it might be
6# over-ignorelisted.
7
8[vptr]
9
10#############################################################################
11# LLVM is not UBSan vptr clean.
12src:*third_party/llvm/src/llvm/*
13
14