aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/ext_vector_casts.c
AgeCommit message (Expand)Author
2011-06-23Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...Eli Friedman
2010-08-26With lax vector conversions (the default) make sure we convert between twoEric Christopher
2010-06-30Clean up the diagnostic complaining about the element type of a vectorDouglas Gregor
2010-06-22Vector types are not arithmetic types, either. Note that we now banDouglas Gregor
2010-06-22Teach Type::isRealType() that vector types are never real types. AllDouglas Gregor
2010-06-22Type Type::isRealFloatingType() that vectors are not floating-pointDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-06-28OpenCL 1.0 support: Nate Begeman
2009-06-26OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman