[PATCH] D104076: [clang-cl][sanitizer] Add -fsanitize-address-use-after-return to clang.
Kevin Athey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 12:07:57 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe0b469ffa142: [clang-cl][sanitizer] Add -fsanitize-address-use-after-return to clang. (authored by kda).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104076/new/
https://reviews.llvm.org/D104076
Files:
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Basic/Sanitizers.h
clang/include/clang/Driver/Options.td
clang/include/clang/Driver/SanitizerArgs.h
clang/lib/Basic/Sanitizers.cpp
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/SanitizerArgs.cpp
clang/test/CodeGen/asan-use-after-return.cpp
clang/test/Driver/cl-options.c
clang/test/Driver/fsanitize-use-after-return.c
llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104076.351527.patch
Type: text/x-patch
Size: 23648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210611/611e26d2/attachment.bin>
More information about the llvm-commits
mailing list