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 4efb43207 hwasan: Rename source files from cc to cpp new 4bd312641 [scudo][standalone] Add a standalone vector class
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/scudo/standalone/CMakeLists.txt | 7 +- lib/scudo/standalone/common.h | 2 +- lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/vector_test.cc | 43 +++++++++++ lib/scudo/standalone/vector.h | 118 ++++++++++++++++++++++++++++++ 5 files changed, 167 insertions(+), 4 deletions(-) create mode 100644 lib/scudo/standalone/tests/vector_test.cc create mode 100644 lib/scudo/standalone/vector.h