[UBSan] Allow to suppress reports from vptr checker for specified types.
authorAlexey Samsonov <vonosmas@gmail.com>
Tue, 5 Aug 2014 01:24:22 +0000 (01:24 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Tue, 5 Aug 2014 01:24:22 +0000 (01:24 +0000)
commitff24fd25163c49c2bed88f121c6cd73aae29cfa5
tree5d3d5623506674bf3541e4ee97d14e9ece93b1d8
parent4dbf44b9d8edc7ff0b365088752c08daa5c5e58e
[UBSan] Allow to suppress reports from vptr checker for specified types.

Based on http://reviews.llvm.org/D4702 by Byoungyoung Lee!

llvm-svn: 214833
compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h
compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cc
compiler-rt/lib/ubsan/ubsan_diag.cc
compiler-rt/lib/ubsan/ubsan_diag.h
compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
compiler-rt/lib/ubsan/ubsan_init.cc
compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp