[all-commits] [llvm/llvm-project] 84705e: [hwasan] Detect use after scope within function.

Florian Mayer via All-commits all-commits at lists.llvm.org
Fri Jul 30 05:59:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84705ed913659d1d5e0ee6b5ae7b298914ec87d4
      https://github.com/llvm/llvm-project/commit/84705ed913659d1d5e0ee6b5ae7b298914ec87d4
  Author: Florian Mayer <fmayer at google.com>
  Date:   2021-07-30 (Fri, 30 Jul 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