Lines Matching +refs:clang +refs:completion +refs:mode
42 git clone https://chromium.googlesource.com/chromium/src/tools/clang
44 TMP_CLANG/clang/scripts/update.py
47 ``./third_party/llvm-build/Release+Asserts/bin/clang``)
86 clang++ -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer
108 …clang -fsanitize-coverage=edge -fsanitize=address your_lib.cc fuzz_target.cc libFuzzer.a -o my_fuz…
185 that `N` fuzzing jobs should be run to completion (i.e. until a bug is found or
190 with each worker averaging 5 bugs by completion of the entire process.
207 In this mode the fuzzer binary can be used as a regression test (e.g. on a
246 Number of fuzzing jobs to run to completion. Default value is 0, which runs a
247 single fuzzing process until completion. If the value is >= 1, then this
252 Number of simultaneous worker processes to run the fuzzing jobs to completion
382 clang++ -fsanitize=address -fsanitize-coverage=edge test_fuzzer.cc libFuzzer.a
410 …(cd pcre2-10.20; ./autogen.sh; CC="clang -fsanitize=address $COV_FLAGS" ./configure --prefix=`pwd`…
430 clang++ -g -fsanitize=address $COV_FLAGS -c -std=c++11 -I inst/include/ pcre_fuzzer.cc
432 …clang++ -g -fsanitize=address -Wl,--whole-archive inst/lib/*.a -Wl,-no-whole-archive libFuzzer.a p…
509 make -j 32 CC="clang -g -fsanitize=address $COV_FLAGS")
512 clang -c -g -O2 -std=c++11 Fuzzer/*.cpp -IFuzzer
548 clang++ -g handshake-fuzz.cc -fsanitize=address \
601 This mode can be combined with DataFlowSanitizer_ to achieve better sensitivity.
603 Fuzzer-friendly build mode
623 // In fuzzing mode the behavior of the code should be deterministic.
666 e.g. using `Clang coverage <http://clang.llvm.org/docs/SourceBasedCodeCoverage.html>`_,
726 fresh clang as the host compiler and special CMake configuration:
730 …cmake -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_USE_SANITIZER=Address …
742 clang-format-fuzzer
748 ninja clang-format-fuzzer
750 ./bin/clang-format-fuzzer CORPUS_DIR
756 clang-fuzzer
759 The behavior is very similar to ``clang-format-fuzzer``.
775 When run in dissassembly mode, the inputs are opcodes to be disassembled. The
781 a single dash, while other arguments control the operation mode and target in a
891 .. _SanitizerCoverage: http://clang.llvm.org/docs/SanitizerCoverage.html
892 .. _SanitizerCoverageTraceDataFlow: http://clang.llvm.org/docs/SanitizerCoverage.html#tracing-data-…
893 .. _DataFlowSanitizer: http://clang.llvm.org/docs/DataFlowSanitizer.html
894 .. _AddressSanitizer: http://clang.llvm.org/docs/AddressSanitizer.html
895 .. _LeakSanitizer: http://clang.llvm.org/docs/LeakSanitizer.html
899 .. _building Clang from trunk: http://clang.llvm.org/get_started.html
900 .. _MemorySanitizer: http://clang.llvm.org/docs/MemorySanitizer.html
901 .. _UndefinedBehaviorSanitizer: http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
902 .. _`coverage counters`: http://clang.llvm.org/docs/SanitizerCoverage.html#coverage-counters
903 .. _`caller-callee pairs`: http://clang.llvm.org/docs/SanitizerCoverage.html#caller-callee-coverage