Clang's documentation says that "By default, MemorySanitizer exits on the first detected error."
Does somebody know how to make MemorySanitizer not to stop on errors? The above sentence suggests that there is a way, but I do not find anything in the documentation.