This adds clang-format-fuzzer binary,
which depends on the Fuzzer lib,
see http://reviews.llvm.org/D7184
This fuzer has found ~15 bugs so far, and I hope to set up a bot for it.
Differential D7202
Add clang-format-fuzzer target kcc on Jan 27 2015, 10:06 AM. Authored by
Details This adds clang-format-fuzzer binary, This fuzer has found ~15 bugs so far, and I hope to set up a bot for it.
Diff Detail Event TimelineComment Actions Update the cmake rule to use LLVMFuzzer Comment Actions Looks good, but I'll let clang-format owners approve this.
|
Maybe, we could introduce
and use ${CLANG_FORMAT_LIB_DEPS} in both clang-format and clang-format-fuzzer. I have no strong preference, though.