hanchenye-llvm-project/compiler-rt/lib
Max Moroz 46972b065c [libFuzzer] Remove too aggressive static_assert in FuzzedDataProvider.
Summary:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/31

error: static_assert failed due to requirement
'std::numeric_limits<char>::is_signed' "Destination type must be
signed."
    static_assert(std::numeric_limits<TS>::is_signed,
    ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/buildslave/buildslave/clang-cmake-aarch64-full/llvm/projects/compiler-rt/lib/fuzzer/utils/FuzzedDataProvider.h:126:19:
note: in instantiation of function template specialization
'FuzzedDataProvider::ConvertUnsignedToSigned<char, unsigned char>'
requested here
      char next = ConvertUnsignedToSigned<char>(data_ptr_[0]);
                  ^
1 error generated.

Reviewers: Dor1s

Reviewed By: Dor1s

Subscribers: javed.absar, kristof.beyls, delcypher, #sanitizers, llvm-commits

Tags: #llvm, #sanitizers

Differential Revision: https://reviews.llvm.org/D63553

llvm-svn: 363805
2019-06-19 14:14:27 +00:00
..
BlocksRuntime
asan [asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolicated ASan reports. 2019-06-18 01:21:16 +00:00
builtins [builtins] Use libtool for builtins when building for Apple platform 2019-06-04 02:38:15 +00:00
cfi Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
crt Use CMAKE_C_COMPILER_ARG1 in compiler invocation 2019-05-19 03:29:15 +00:00
dfsan Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
fuzzer [libFuzzer] Remove too aggressive static_assert in FuzzedDataProvider. 2019-06-19 14:14:27 +00:00
gwp_asan [GWP-ASan] Disable GWP-ASan on Android for now. 2019-06-17 22:35:32 +00:00
hwasan hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag. 2019-06-17 23:39:51 +00:00
interception [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGS 2019-05-01 22:25:16 +00:00
lsan Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
msan Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
profile Revert r362676 "[Profile]: Add runtime interface to specify file handle for profile data." 2019-06-12 08:44:32 +00:00
safestack
sanitizer_common [Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5 2019-06-19 08:59:05 +00:00
scudo [scudo][standalone] Fuchsia related changes 2019-06-18 17:41:17 +00:00
stats
tsan Stop counting pops in tsan/check_analyze.sh. 2019-06-17 20:47:16 +00:00
ubsan Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
ubsan_minimal
xray Improve error message when '=' is missing in {ASAN,...}_OPTIONS. 2019-06-15 01:37:14 +00:00
CMakeLists.txt Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation" 2019-04-30 18:13:22 +00:00