[all-commits] [llvm/llvm-project] 66b4aa: [hwasan] Detect use after scope within function.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Mon Aug 2 03:34:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66b4aafa2ec73cc397d1844a4c782eabcfe9f2cf
https://github.com/llvm/llvm-project/commit/66b4aafa2ec73cc397d1844a4c782eabcfe9f2cf
Author: Florian Mayer <fmayer at google.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
A compiler-rt/test/hwasan/TestCases/stack-uas.c
M compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
A llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
Log Message:
-----------
[hwasan] Detect use after scope within function.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D105201
More information about the All-commits
mailing list