• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#############################################################################
2# UBSan vptr blacklist.
3# Function and type based blacklisting 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-blacklisted.
7
8#############################################################################
9# UBsan goes into an infinite recursion when __dynamic_cast instrumented with
10# "vptr". See crbug.com/609786.
11
12src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
13