[PATCH] D77335: [AST] clang::VectorType supports any size (that fits in unsigned)
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 3 06:25:06 PDT 2020
sammccall updated this revision to Diff 254769.
sammccall added a comment.
Store NumElements in the bitfield after all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77335/new/
https://reviews.llvm.org/D77335
Files:
clang/include/clang/AST/Type.h
clang/lib/Sema/SemaType.cpp
clang/test/Sema/types.c
clang/test/SemaCXX/vector.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77335.254769.patch
Type: text/x-patch
Size: 7521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200403/c959b328/attachment-0001.bin>
More information about the cfe-commits
mailing list