[all-commits] [llvm/llvm-project] f35d06: [test][sanitizer] Add ArrayRef tests

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Jun 13 08:53:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f35d0608fbd926c7ba2bf62ca6a2fa45287c0936
      https://github.com/llvm/llvm-project/commit/f35d0608fbd926c7ba2bf62ca6a2fa45287c0936
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_array_ref.h
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    A compiler-rt/lib/sanitizer_common/tests/sanitizer_array_ref_test.cpp

  Log Message:
  -----------
  [test][sanitizer] Add ArrayRef tests

Tests are subset of llvm/unittests/ADT/ArrayRefTest.cpp.
Added more members to match tests and
make class more useful.

Reviewed By: hctim

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




More information about the All-commits mailing list