Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it) | Kostya Serebryany | 2015-05-12 | 1 | -1/+2 | |
| | | | | llvm-svn: 237081 | |||||
* | fix clang-fuzzer and clang-format-fuzzer | Kostya Serebryany | 2015-05-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 236691 | |||||
* | [clang-fuzzer] make clang-fuzzer slightly faster by removing one redundant ↵ | Kostya Serebryany | 2015-05-04 | 1 | -2/+2 | |
| | | | | | | directory scan llvm-svn: 236459 | |||||
* | Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer ↵ | Aaron Ballman | 2015-04-06 | 1 | -16/+18 | |
| | | | | | | library. Otherwise, we can run into a situation where clang-fuzzer attempts to build, but its dependency was never built. llvm-svn: 234170 | |||||
* | Make the clang-fuzzer use the CompilerInstance directly. | Manuel Klimek | 2015-03-28 | 1 | -5/+16 | |
| | | | | | | Going through the driver is too slow. llvm-svn: 233459 | |||||
* | Add initial version of a clang-fuzzer. | Manuel Klimek | 2015-03-28 | 2 | -0/+50 | |
llvm-svn: 233455 |