[Clang] Allow C++11 style initialisation of SVE types.
authorPaul Walker <paul.walker@arm.com>
Thu, 22 Jun 2023 14:03:28 +0000 (14:03 +0000)
committerPaul Walker <paul.walker@arm.com>
Thu, 29 Jun 2023 11:55:36 +0000 (11:55 +0000)
commit989879f8fded41c732db93864461b3a67b9f1501
treec8ba10f712501a07da461622ab0af044781ac6c6
parent6cda80b918dd06e7d16ce7adde5304cd33fd14d1
[Clang] Allow C++11 style initialisation of SVE types.

Fixes https://github.com/llvm/llvm-project/issues/63223

Differential Revision: https://reviews.llvm.org/D153560
clang/lib/CodeGen/CGExprScalar.cpp
clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp [new file with mode: 0644]