Is it possible to set some sort of a callback, which will be called when clang sanitizers find an error? I need to print some useful information, such as - test name.
P.S. Tests are kept/stored as XML files, not in C++, that is why stack trace won't tell me the failed test name.