[all-commits] [llvm/llvm-project] b5b023: Revert "[hwasan] Detect use after scope within fun...
Florian Mayer via All-commits
all-commits at lists.llvm.org
Fri Jul 30 14:32:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5b023638ad738397bc8ba53dfe95c30ad4cc9fa
https://github.com/llvm/llvm-project/commit/b5b023638ad738397bc8ba53dfe95c30ad4cc9fa
Author: Florian Mayer <fmayer at google.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
R 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
R llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
Log Message:
-----------
Revert "[hwasan] Detect use after scope within function."
This reverts commit 84705ed913659d1d5e0ee6b5ae7b298914ec87d4.
More information about the All-commits
mailing list