[all-commits] [llvm/llvm-project] 9006b0: [HWASan] rename left/right to before/after.

Florian Mayer via All-commits all-commits at lists.llvm.org
Tue Sep 6 13:52:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9006b082a5e56c3be4e4116cfbea6d26ba781c59
      https://github.com/llvm/llvm-project/commit/9006b082a5e56c3be4e4116cfbea6d26ba781c59
  Author: Florian Mayer <fmayer at google.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_flags.inc
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/hwasan/scripts/hwasan_symbolize
    M compiler-rt/test/hwasan/TestCases/global-with-reduction.c
    M compiler-rt/test/hwasan/TestCases/global.c
    M compiler-rt/test/hwasan/TestCases/heap-buffer-overflow-into.c
    M compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c
    M compiler-rt/test/hwasan/TestCases/lto.c
    M compiler-rt/test/hwasan/TestCases/tag_in_free.c
    M compiler-rt/test/hwasan/TestCases/use-after-free.c
    M compiler-rt/test/hwasan/TestCases/wild-free-close.c

  Log Message:
  -----------
  [HWASan] rename left/right to before/after.

left/right is a weird way to refer to address ordering.

Reviewed By: eugenis, vitalybuka

Differential Revision: https://reviews.llvm.org/D132622




More information about the All-commits mailing list