[PATCH] D105201: [hwasan] Detect use after scope within function.

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 10:39:40 PDT 2021


fmayer updated this revision to Diff 362821.
fmayer marked an inline comment as done.
fmayer added a comment.

remove comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105201

Files:
  compiler-rt/test/hwasan/TestCases/stack-uas.c
  compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope.cpp
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105201.362821.patch
Type: text/x-patch
Size: 41159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/21624a54/attachment.bin>


More information about the llvm-commits mailing list