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 78f1743f3 [Sanitizer] capsicum further support of the API new 81d7839b9 Implement a small subset of the C++ `type_traits` header insi [...]
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/sanitizer_common/sanitizer_type_traits.h | 44 ++++++++++++++++++++++ lib/sanitizer_common/tests/CMakeLists.txt | 1 + .../tests/sanitizer_type_traits_test.cc | 28 ++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 lib/sanitizer_common/sanitizer_type_traits.h create mode 100644 lib/sanitizer_common/tests/sanitizer_type_traits_test.cc