Files
clang-p2996/compiler-rt/lib/fuzzer
Fangrui Song 1ef0e94d5b [compiler-rt] Suppress -Wunused-result due to ::write when _FORTIFY_SOURCE>0 in glibc
Noticed by Peter Foley.
In glibc, ::write is declared as __attribute__((__warn_unused_result__)) when __USE_FORTIFY_LEVEL is larger than 0.
2020-10-12 09:57:12 -07:00
..
2020-05-26 11:35:50 -07:00
2020-10-02 16:21:53 -07:00

See http://llvm.org/docs/LibFuzzer.html