Built-in SVE types are trivial, since they're trivially copyable
and support default construction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D76692
[AST][SVE] Treat built-in SVE types as trivial ClosedPublic Authored by rsandifo-arm on Mar 24 2020, 4:51 AM.
Details
Diff Detail
Event Timelinersandifo-arm added a parent revision: D76691: [AST][SVE] Treat built-in SVE types as trivially copyable.Mar 24 2020, 4:52 AM This revision is now accepted and ready to land.Mar 25 2020, 11:46 AM Closed by commit rGc6824883cc9d: [AST][SVE] Treat built-in SVE types as trivial (authored by rsandifo-arm). · Explain WhyMar 27 2020, 10:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 253172 clang/lib/AST/Type.cpp
clang/test/SemaCXX/sizeless-1.cpp
|