For UBSan vptr, suppress an error report with given type information.
The suppression list is provided with the file (UBSAN_OPTIONS=suppressions=SUPP_FILENAME), and an error report is suppressed if the type of an actual object is in the suppression list.
Let the bikeshedding begin. I'd actually vote to exclude tool name from suppression type. Currently suppression names seem to correspond to the error type ("leak", "race", "deadlock"). Let's stick to this way and use smth. like "vptr_check" or "invalid_cast".