[test] Add C++ ext_vector_type tests
authorCassie Jones <code@witchoflight.com>
Mon, 22 May 2023 22:09:37 +0000 (15:09 -0700)
committerCassie Jones <code@witchoflight.com>
Mon, 22 May 2023 22:58:01 +0000 (15:58 -0700)
commit590eb76ba3cd668baee7d06940ad820e89f830c4
treeacdd6cb6439d64ae2dc0ac9e028f6d6d57603a4d
parentca1b9943e1e44ce61b604e4186023eee00a02d47
[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
clang/test/SemaCXX/vector.cpp