summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/fuzzer/ClangFormatFuzzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return ↵Kostya Serebryany2015-10-021-1/+2
| | | | | | int instead of void. (following llvm r249214) llvm-svn: 249215
* fix clang-fuzzer and clang-format-fuzzer Kostya Serebryany2015-05-071-1/+1
| | | | llvm-svn: 236691
* Reverting r227453, which adds back the fuzzer library. Now excluding the ↵Aaron Ballman2015-01-291-0/+25
| | | | | | clang-format fuzzer functionality based on LLVM_USE_SANITIZE_COVERAGE being set or unset. llvm-svn: 227465
* Temporarily reverting the fuzzer library as it causes too many build issues ↵Aaron Ballman2015-01-291-25/+0
| | | | | | for MSVC users. This reverts: 227354 llvm-svn: 227453
* Add clang-format-fuzzer targetKostya Serebryany2015-01-281-0/+25
Summary: 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. Test Plan: run on a bot. Reviewers: samsonov, djasper Reviewed By: djasper Subscribers: curdeius, cfe-commits Differential Revision: http://reviews.llvm.org/D7202 llvm-svn: 227354
OpenPOWER on IntegriCloud