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 96ebe14 [msan] Correct @LINE expression in obstack.cc new 6682359 Split DescribeAddressIfShadow between a function that gets al [...]
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: lib/asan/CMakeLists.txt | 1 + lib/asan/asan_debugging.cc | 5 +++- lib/asan/asan_descriptions.cc | 54 +++++++++++++++++++++++++++++++++++++++++++ lib/asan/asan_descriptions.h | 37 +++++++++++++++++++++++++++++ lib/asan/asan_report.cc | 21 +---------------- lib/asan/asan_report.h | 2 -- 6 files changed, 97 insertions(+), 23 deletions(-) create mode 100644 lib/asan/asan_descriptions.cc create mode 100644 lib/asan/asan_descriptions.h