[PATCH] D116701: Respect -fsanitize-memory-param-retval flag.

Kevin Athey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 12 08:46:12 PST 2022


kda updated this revision to Diff 399345.
kda added a comment.
Herald added subscribers: Sanitizers, ormris, dexonsmith, dang.
Herald added a project: Sanitizers.

enable eager-checks in llvm via flag (-fsanitize-memory-param-retval).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116701/new/

https://reviews.llvm.org/D116701

Files:
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/include/clang/Driver/SanitizerArgs.h
  clang/lib/CodeGen/BackendUtil.cpp
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/CodeGen/CodeGenModule.h
  clang/lib/Driver/SanitizerArgs.cpp
  clang/test/CodeGen/attr-noundef.cpp
  clang/test/CodeGen/indirect-noundef.cpp
  compiler-rt/test/msan/noundef_analysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116701.399345.patch
Type: text/x-patch
Size: 9089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220112/53bd8c41/attachment-0001.bin>


More information about the cfe-commits mailing list