[PATCH] D58689: [scudo][standalone] Add a standalone vector class
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 10:55:45 PST 2019
cryptoad created this revision.
cryptoad added reviewers: vitalybuka, eugenis, flowerhack, dmmoore415, mcgrathr, morehouse.
Herald added subscribers: Sanitizers, delcypher, mgorny.
Herald added projects: LLVM, Sanitizers.
This CL adds a standalone vector class that will be used by the scoped
strings when they land. We reimplement our own vector class because we
can't use the std library one.
It's mostly borrowed from the current sanitizer_common one, with LLVM
code style changes.
Additionnally a casing change in a function name that slipped through
the previous review (the function isn't used yet).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D58689
Files:
lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/common.h
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/vector_test.cc
lib/scudo/standalone/vector.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58689.188420.patch
Type: text/x-patch
Size: 6449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190226/0a5efd86/attachment.bin>
More information about the llvm-commits
mailing list