• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#############################################################################
2# UBSan vptr ignore list.
3# Function and type based ignorelisting use a mangled name, and it is
4# especially tricky to represent C++ types. For now, any possible changes by
5# name manglings are simply represented as wildcard expressions of regexp,
6# and thus it might be over-ignorelisted.
7
8#############################################################################
9# UBSan seems to be emit false positives when virtual base classes are
10# involved, see e.g. crbug.com/448102.
11
12type:*v8*internal*OFStream*
13
14#############################################################################
15# UBsan goes into an infinite recursion when __dynamic_cast instrumented with
16# "vptr". See crbug.com/609786.
17
18src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp
19