[PATCH] D39461: [scudo] Implement stricter separation of C vs C++

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 13:02:53 PDT 2017


cryptoad updated this revision to Diff 121038.
cryptoad added a comment.

Changing the dynamic library preload test to be C++y.


https://reviews.llvm.org/D39461

Files:
  lib/scudo/CMakeLists.txt
  test/scudo/alignment.c
  test/scudo/alignment.cpp
  test/scudo/double-free.cpp
  test/scudo/interface.cpp
  test/scudo/lit.cfg
  test/scudo/malloc.cpp
  test/scudo/memalign.c
  test/scudo/memalign.cpp
  test/scudo/mismatch.cpp
  test/scudo/options.cpp
  test/scudo/overflow.c
  test/scudo/overflow.cpp
  test/scudo/preinit.c
  test/scudo/preinit.cpp
  test/scudo/preload.cpp
  test/scudo/quarantine.c
  test/scudo/quarantine.cpp
  test/scudo/random_shuffle.cpp
  test/scudo/realloc.cpp
  test/scudo/secondary.c
  test/scudo/secondary.cpp
  test/scudo/sized-delete.cpp
  test/scudo/sizes.cpp
  test/scudo/threads.c
  test/scudo/threads.cpp
  test/scudo/tsd_destruction.c
  test/scudo/tsd_destruction.cpp
  test/scudo/valloc.c
  test/scudo/valloc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39461.121038.patch
Type: text/x-patch
Size: 30243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/220ad6f3/attachment.bin>


More information about the llvm-commits mailing list