[all-commits] [llvm/llvm-project] 590eb7: [test] Add C++ ext_vector_type tests

Cassie Jones via All-commits all-commits at lists.llvm.org
Mon May 22 15:58:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 590eb76ba3cd668baee7d06940ad820e89f830c4
      https://github.com/llvm/llvm-project/commit/590eb76ba3cd668baee7d06940ad820e89f830c4
  Author: Cassie Jones <code at witchoflight.com>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M clang/test/SemaCXX/vector.cpp

  Log Message:
  -----------
  [test] Add C++ ext_vector_type tests

Add initial tests for the behavior of ext_vector_type vectors for
vector vs scalar ops in C++. Their behavior doesn't agree with the behavior in
C and what the behavior seems like it should be, these are baseline tests before
implementing those changes.

Reviewed By: fhahn

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




More information about the All-commits mailing list