Lines Matching +refs:clang +refs:format +refs:executable
17 * Use-after-return (clang flag ``-fsanitize-address-use-after-return=(never|runtime|always)`` defau…
20 * Use-after-scope (clang flag ``-fsanitize-address-use-after-scope``)
35 AddressSanitizer run-time library should be linked to the final executable, so
36 make sure to use ``clang`` (not ``ld``) for the final link step. When linking
54 % clang++ -O1 -g -fsanitize=address -fno-omit-frame-pointer example_UseAfterFree.cc
61 % clang++ -O1 -g -fsanitize=address -fno-omit-frame-pointer -c example_UseAfterFree.cc
63 % clang++ -g -fsanitize=address example_UseAfterFree.o
79 executable. (You can find the library by searching for dynamic libraries with
81 try to re-exec. Also keep in mind that when moving the executable to another machine,
186 path of the file relative to the location of your executable.
192 Use the following format to specify the names of the functions or libraries
294 (clang flag ``-fsanitize-address-outline-instrumentation` default: ``false``)