[all-commits] [llvm/llvm-project] c68248: [AST][SVE] Treat built-in SVE types as trivial
rsandifo-arm via All-commits
all-commits at lists.llvm.org
Fri Mar 27 10:40:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6824883cc9de7e46b2417d58463f9c4e02da195
https://github.com/llvm/llvm-project/commit/c6824883cc9de7e46b2417d58463f9c4e02da195
Author: Richard Sandiford <richard.sandiford at arm.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M clang/lib/AST/Type.cpp
M clang/test/SemaCXX/sizeless-1.cpp
Log Message:
-----------
[AST][SVE] Treat built-in SVE types as trivial
Built-in SVE types are trivial, since they're trivially copyable
and support default construction.
Differential Revision: https://reviews.llvm.org/D76692
More information about the All-commits
mailing list