[PATCH] D61654: [scudo][standalone] Introduce the chunk header
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 15:53:33 PDT 2019
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/scudo/standalone/tests/chunk_test.cc:23
+}
+
+TEST(ScudoChunkTest, ChunkBasic) {
----------------
you can wrap everything into
namespace scudo::Chunk {
or just add using scudo::Chunk;
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61654/new/
https://reviews.llvm.org/D61654
More information about the llvm-commits
mailing list