summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/fuzzer/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-2/+5
| | | | | | | | | Use clang_target_link_libraries() in order to support linking against libclang-cpp instead of static libraries. Differential Revision: https://reviews.llvm.org/D68448 llvm-svn: 373786
* clangd-fuzzer: repair the buildSaleem Abdulrasool2019-04-101-1/+2
| | | | | | The inclusion of private headers of clangd percolates into the fuzzer. llvm-svn: 358127
* Fix clangd-fuzzer buildNico Weber2019-04-041-1/+4
| | | | | | | | | r357102 made clangd-fuzzer no longer compile, but before r357654 / r357694 we didn't notice. Fix the compile. Also add a dep on FuzzMutate which I forgot to do in r357654. llvm-svn: 357696
* Make clangd-fuzzer use the normal add_llvm_fuzzer() machineryNico Weber2019-04-041-8/+4
| | | | | | | | | This allows building it even if no fuzzer is enabled. (Sadly, it only builds on Linux at the moment.) Differential Revision: https://reviews.llvm.org/D60201 llvm-svn: 357654
* [CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse2017-12-061-0/+1
| | | | | | Several fuzzers were missed by r319840. llvm-svn: 319948
* [clangd] Add a simple fuzzer. It crashes a lot :)Benjamin Kramer2017-10-261-0/+23
llvm-svn: 316649
OpenPOWER on IntegriCloud