[PATCH] D25866: [Sema] Support implicit scalar to vector conversions
Simon Dardis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 12 09:28:59 PDT 2017
sdardis updated this revision to Diff 98783.
sdardis marked an inline comment as done.
sdardis edited the summary of this revision.
sdardis added a comment.
Updated error message for logical operations where one operand is a vector and the other isn't.
Updated summary.
I'll commit this shortly.
https://reviews.llvm.org/D25866
Files:
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
test/Sema/vector-cast.c
test/Sema/vector-gcc-compat.c
test/Sema/vector-gcc-compat.cpp
test/Sema/vector-ops.c
test/Sema/zvector.c
test/SemaCXX/vector-no-lax.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25866.98783.patch
Type: text/x-patch
Size: 83300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170512/e33d8b71/attachment-0001.bin>
More information about the cfe-commits
mailing list