Lines Matching +refs:clang +refs:format +refs:executable

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
92 the libFuzzer code then gives an fuzzer executable.
108clang -fsanitize-coverage=edge -fsanitize=address your_lib.cc fuzz_target.cc libFuzzer.a -o my_fuz…
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
432clang++ -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 \
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``.
846 Examples: regular expression matchers, text or binary format parsers, compression,
887 * LLVM: `Clang <https://llvm.org/bugs/show_bug.cgi?id=23057>`_, `Clang-format <https://llvm.org/bug…
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