[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
Eli Friedman
eli.friedman at gmail.com
Sat Jun 27 17:53:42 PDT 2009
On Thu, Jun 25, 2009 at 5:50 PM, Nate Begeman<natebegeman at mac.com> 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.
Do we really want to allow casting a pointer to a vector?
-Eli
More information about the cfe-commits
mailing list