[all-commits] [llvm/llvm-project] be3660: [ASan] rename left/right to before/after.

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


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

  Changed paths:
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_descriptions.cpp
    M compiler-rt/lib/asan/tests/asan_mem_test.cpp
    M compiler-rt/lib/asan/tests/asan_oob_test.cpp
    M compiler-rt/lib/asan/tests/asan_str_test.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/test/asan/TestCases/Darwin/address-range-limit.mm
    M compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
    M compiler-rt/test/asan/TestCases/Darwin/haswell-symbolication.cpp
    M compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp
    M compiler-rt/test/asan/TestCases/Linux/global-overflow-lld.cpp
    M compiler-rt/test/asan/TestCases/Linux/malloc-in-qsort.cpp
    M compiler-rt/test/asan/TestCases/Linux/overflow-in-qsort.cpp
    M compiler-rt/test/asan/TestCases/PR52382.c
    M compiler-rt/test/asan/TestCases/Posix/start-deactivated.cpp
    M compiler-rt/test/asan/TestCases/Windows/calloc_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/calloc_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_malloc_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/fuse-lld-globals.cpp
    M compiler-rt/test/asan/TestCases/Windows/global_const_string_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cpp
    M compiler-rt/test/asan/TestCases/Windows/malloc_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/malloc_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_array_new_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/realloc_left_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/realloc_right_oob.cpp
    M compiler-rt/test/asan/TestCases/Windows/symbols_path.cpp
    M compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_heap.cpp
    M compiler-rt/test/asan/TestCases/global-demangle.cpp
    M compiler-rt/test/asan/TestCases/global-location-nodebug.cpp
    M compiler-rt/test/asan/TestCases/global-location.cpp
    M compiler-rt/test/asan/TestCases/global-overflow.cpp
    M compiler-rt/test/asan/TestCases/global-underflow.cpp
    M compiler-rt/test/asan/TestCases/heap-overflow.cpp
    M compiler-rt/test/asan/TestCases/huge_negative_hea_oob.cpp
    M compiler-rt/test/asan/TestCases/large_func_test.cpp
    M compiler-rt/test/asan/TestCases/load_and_store_n.cpp
    M compiler-rt/test/asan/TestCases/partial_right.cpp
    M compiler-rt/test/asan/TestCases/poison_partial.cpp
    M compiler-rt/test/asan/TestCases/strncpy-overflow.cpp
    M compiler-rt/test/asan/TestCases/unaligned_loads_and_stores.cpp

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

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

Reviewed By: eugenis, MaskRay

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




More information about the All-commits mailing list