[UBSan] Clarify the way we disable de-duplication of reports from unrecoverable handlers.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 9 Dec 2015 00:12:57 +0000 (00:12 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 9 Dec 2015 00:12:57 +0000 (00:12 +0000)
commitaff20ac3bdb91f5ee2cbec55f665ca4f7bebb5fb
tree288dbc1804d1de71d1fe8f0363294d1a9b3e5a21
parenta3cd08b05cf1845b8d3f5de1a4ed4061c16b3c10
[UBSan] Clarify the way we disable de-duplication of reports from unrecoverable handlers.

Let unrecoverable handlers be responsbile for killing the
program with Die(), and let functions which print the error
report know if it's going to happen. Re-write the comments to
describe the situation.

llvm-svn: 255081
compiler-rt/lib/ubsan/ubsan_diag.cc
compiler-rt/lib/ubsan/ubsan_diag.h
compiler-rt/lib/ubsan/ubsan_handlers.cc
compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc