Initial cut at infastructure for fuzzing support for OSS-fuzz
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 4 Oct 2017 22:23:03 +0000 (22:23 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 4 Oct 2017 22:23:03 +0000 (22:23 +0000)
commite0755113fbbc8b407002c5620c47d059cade0a22
tree3d46690672803ebe142f80b92b29607f7ae09447
parent95be5d2e495e4229a8e4ae0f50401efc627f2e33
Initial cut at infastructure for fuzzing support for OSS-fuzz

llvm-svn: 314940
libcxx/fuzzing/fuzzing.cpp [new file with mode: 0644]
libcxx/fuzzing/fuzzing.h [new file with mode: 0644]
libcxx/test/libcxx/fuzzing/nth_element.cpp [new file with mode: 0644]
libcxx/test/libcxx/fuzzing/partial_sort.cpp [new file with mode: 0644]
libcxx/test/libcxx/fuzzing/partition.cpp [new file with mode: 0644]
libcxx/test/libcxx/fuzzing/sort.cpp [new file with mode: 0644]
libcxx/test/libcxx/fuzzing/stable_partition.cpp [new file with mode: 0644]
libcxx/test/libcxx/fuzzing/stable_sort.cpp [new file with mode: 0644]