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 c4cfd9451 -fsanitize=vptr warnings on bad static types in dynamic_cast [...] new b2e492beb Ignore the DISPATCH_NOESCAPE if not defined new 803a9a020 [msan] Intercept pthread_getname_np.
The 2 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: .../sanitizer_common_interceptors.inc | 15 ++++++++++ .../sanitizer_platform_interceptors.h | 2 ++ lib/tsan/rtl/tsan_libdispatch_mac.cc | 5 ++++ test/msan/pthread_getname_np.cc | 34 ++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 test/msan/pthread_getname_np.cc