Lines Matching +refs:clang +refs:format +refs:replace
23 NOTE: depending on your Debian/Ubuntu/Kali/... release, replace `-14` with
30 … apt-get install -y lld-14 llvm-14 llvm-14-dev clang-14 || sudo apt-get install -y lld llvm llvm-d…
39 It is recommended to install the newest available gcc, clang and llvm-dev
64 * code-format: format the code, do this before you commit and send a PR please!
110 Be sure to setup `PATH` to point to the correct clang binaries and use the
111 freshly installed clang, clang++, llvm-config, gmake and coreutils, e.g.:
121 export CC=clang
122 export CXX=clang++
131 instrumentation anyway. `afl-clang` might fail too depending on your PATH setup.
132 But you don't want neither, you want `afl-clang-fast` anyway :) Note that
133 `afl-clang-lto`, `afl-gcc-fast` and `qemu_mode` are not working on MacOS.