This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from e61a1d3a9 [libFuzzer] implement -focus_function=auto, to be used with D [...] new ef2d0c795 [MSan] Introduce __msan_unpoison_param().
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/sanitizer/msan_interface.h | 3 +++ lib/msan/msan_interceptors.cc | 2 ++ lib/msan/msan_interface_internal.h | 2 ++ test/msan/unpoison_param.cc | 51 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 test/msan/unpoison_param.cc