[libc-commits] [PATCH] D74091: [libc] Lay out framework for fuzzing libc functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Feb 21 21:16:19 PST 2020
sivachandra added inline comments.
================
Comment at: libc/fuzzing/string/strcpy_fuzz.cpp:1
+#include "src/string/strcpy.h"
+#include <stdint.h>
----------------
abrachet wrote:
> We would probably want a header comment here? Also please run `clang-format`
Ah, thanks for catching the missing license header.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74091/new/
https://reviews.llvm.org/D74091
More information about the libc-commits
mailing list