[cfe-commits] r74247 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/Sema.h lib/Sema/SemaExpr.cpp test/Sema/ext_vector_casts.c test/Sema/vector-cast.c
Nate Begeman
natebegeman at mac.com
Sat Jun 27 18:00:52 PDT 2009
On Jun 27, 2009, at 7:53 PM, Eli Friedman wrote:
>> + // All scalar -> ext vector "c-style" casts are legal; the
>> appropriate
>> + // conversion will take place first from scalar to elt type, and
>> then
>> + // splat from elt type to vector.
Nope. Added to the to-do list.
More information about the cfe-commits
mailing list